]> git.itanic.dy.fi Git - glucose/blobdiff - options.h
Add support for printing out data to a file
[glucose] / options.h
index 8e629fb7f67e0021c29fae9d7beb3111c5fcb67e..ee78d58db64de226198c67a8cc6de8baa662e119 100644 (file)
--- a/options.h
+++ b/options.h
@@ -3,6 +3,7 @@
 
 struct user_options {
        char *usbdev;
+       char *output_path;
        int trace_level;
 };