]> git.itanic.dy.fi Git - log-plotter/blobdiff - options.h
Use the same config structure for command line and config file
[log-plotter] / options.h
diff --git a/options.h b/options.h
deleted file mode 100644 (file)
index 8ec9abc..0000000
--- a/options.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _OPTIONS_H
-#define _OPTIONS_H
-
-struct plotter_options {
-       char *device_path;
-       char *output_path;
-       int baud_rate;
-       char *config_file_path;
-};
-
-int read_args(int argc, char *argv[], struct plotter_options *opts);
-
-#endif