X-Git-Url: http://git.itanic.dy.fi/?p=log-plotter;a=blobdiff_plain;f=options.h;fp=options.h;h=0000000000000000000000000000000000000000;hp=8ec9abc67a15d1d8b51a2f92912523740e816d5c;hb=1c1f69155571479f903195eea242f0de4d96cb05;hpb=807425ca03229203471d2733e36e42611b1402a6 diff --git a/options.h b/options.h deleted file mode 100644 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