summaryrefslogtreecommitdiff
path: root/inc/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/util.h')
-rwxr-xr-xinc/util.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/inc/util.h b/inc/util.h
new file mode 100755
index 0000000..0724e72
--- /dev/null
+++ b/inc/util.h
@@ -0,0 +1,10 @@
+#ifndef UTIL_H
+#define UTIL_H
+
+#include "slices.h"
+
+int parseArgs(int argc, char **argv, char *src, char *dst, char *ddOpts, address_t *beginSector, address_t *endSector);
+
+void usage();
+
+#endif /*UTIL_H*/