Remove unused files and add week7 & week8 reports
[matches/MCTX3420.git] / server / options.h
index 0416dd5..f702e01 100644 (file)
@@ -22,6 +22,11 @@ typedef struct
        /** Path to ADC files **/
        char * adc_device_path;
 
+       /*** Horrible horrible hack ***/
+       int argc;
+       /*** Horrible horrible hack ***/
+       char ** argv;
+
 } Options;
 
 /** The only instance of the Options struct **/

UCC git Repository :: git.ucc.asn.au