summaryrefslogtreecommitdiff
path: root/include/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/options.h')
-rw-r--r--include/options.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/options.h b/include/options.h
deleted file mode 100644
index 2210c85..0000000
--- a/include/options.h
+++ /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