mv main.c -> elfucli.c, make it scriptable via args
[centaur.git] / include / options.h
diff --git a/include/options.h b/include/options.h
deleted file mode 100644 (file)
index 2210c85..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef __OPTIONS_H__
-#define __OPTIONS_H__
-
-
-typedef struct {
-  char *fnInput;
-  char *fnOutput;
-  int printHeader;
-  int printSegments;
-  int printSections;
-  unsigned insertBeforeOffs;
-  unsigned insertBeforeSz;
-  unsigned insertAfterOffs;
-  unsigned insertAfterSz;
-  unsigned expandNobitsOffs;
-  char *fnReladd;
-} CLIOpts;
-
-
-void parseOptions(CLIOpts *opts, int argc, char **argv);
-
-#endif