aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
authorroot <root>2007-09-10 11:23:08 +0000
committerroot <root>2007-09-10 11:23:08 +0000
commit8f64ebd6c137cdcb8a38742b2a70ab57c87ede22 (patch)
tree4ba5942f3401fe00fd074ec13773f1de7fb589f6 /src/prototypes.h
parent529b3f6fffd9ed9742009162077ea5c98325d2a9 (diff)
downloadgpt-8f64ebd6c137cdcb8a38742b2a70ab57c87ede22.tar.gz
gpt-8f64ebd6c137cdcb8a38742b2a70ab57c87ede22.tar.bz2
gpt-8f64ebd6c137cdcb8a38742b2a70ab57c87ede22.zip
*** empty log message ***
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);