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, 0 insertions, 10 deletions
diff --git a/inc/util.h b/inc/util.h
deleted file mode 100755
index 0724e72..0000000
--- a/inc/util.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#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*/