summaryrefslogtreecommitdiff
path: root/include/options.h
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-16 00:47:23 +0100
committernorly <ny-git@enpas.org>2013-06-16 00:51:22 +0100
commit150d0c42d423fe49304d648e2c19ff08f6c2e0ad (patch)
tree04b3a4f78481707903463dd7ee7424ce0d003774 /include/options.h
parent02355128ce1f36bbc4edb5d3a4d4d31b179de6d6 (diff)
mv main.c -> elfucli.c, make it scriptable via argssymrel
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