From 63e8c7f9d095fe0b1e0b44f950230c0e238f166d Mon Sep 17 00:00:00 2001 From: nirav Date: Sun, 10 Mar 2019 23:45:19 +0530 Subject: Add config and log --- src/option.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/option.h (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h deleted file mode 100644 index 33b8335..0000000 --- a/src/option.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __OPTION_H -#define __OPTION_H - -#include - -struct option { - char *file_name; - bool fullscreen; - bool show_info; -}; -extern const struct option *options; -void parse_options(int argc, char **argv); - -#endif -- cgit v1.2.3