Implement mInsertAfter, for post-.data injection
[centaur.git] / include / options.h
index ddd44be0c73f7b0f3c297c548aa208b5fb3f8a84..f92298f788c1937a29ac11dea0d9e382c239aee4 100644 (file)
@@ -8,7 +8,10 @@ typedef struct {
   int printHeader;
   int printSegments;
   int printSections;
-  int model;
+  unsigned insertBeforeOffs;
+  unsigned insertBeforeSz;
+  unsigned insertAfterOffs;
+  unsigned insertAfterSz;
 } CLIOpts;