aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prototypes.h')
-rw-r--r--src/prototypes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/prototypes.h b/src/prototypes.h
index c4b853a..28fd0fa 100644
--- a/src/prototypes.h
+++ b/src/prototypes.h
@@ -1,4 +1,5 @@
/* gpt.c */
+void usage(void);
int main(int argc, char *argv[]);
/* version.c */
/* util.c */
@@ -40,5 +41,5 @@ int entry_empty(GPT_entry *e);
void entry_show(GPT_entry *e);
/* new.c */
void new(DISK *d);
-/* add.c */
-int add(DISK *d, int n, char *name, char *type_guid, int start, int end);
+/* modify.c */
+int modify(DISK *d, int n, char *name, char *type_guid, uint64_t start, uint64_t end);