Implement mInsertBefore, for pre-.interp injection
[centaur.git] / include / options.h
index c43c811a5ae0e5c61d754735a93bc731f7cdc490..ee9d612780c026d6798c5ec21b48db10018f2a92 100644 (file)
@@ -8,7 +8,8 @@ typedef struct {
   int printHeader;
   int printSegments;
   int printSections;
-  int copy;
+  unsigned insertBeforeOffs;
+  unsigned insertBeforeSz;
 } CLIOpts;