Module Name: src
Committed By: jnemeth
Date: Tue Jun 25 03:42:46 UTC 2019
Modified Files:
src/sbin/gpt: gpt.h
Log Message:
gpt.c
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sbin/gpt/gpt.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/gpt/gpt.h
diff -u src/sbin/gpt/gpt.h:1.39 src/sbin/gpt/gpt.h:1.40
--- src/sbin/gpt/gpt.h:1.39 Fri Jun 21 02:14:59 2019
+++ src/sbin/gpt/gpt.h Tue Jun 25 03:42:45 2019
@@ -116,6 +116,8 @@ struct gpt_find {
};
int gpt_change_ent(gpt_t, const struct gpt_find *,
void (*)(struct gpt_ent *, void *, int), void *);
+int gpt_change_hdr(gpt_t, const struct gpt_find *,
+ void (*)(struct gpt_hdr *, void *, int), void *);
int gpt_add_find(gpt_t, struct gpt_find *, int);
#define GPT_AIS "a:i:s:"