diff options
author | nirav <nirav@teisuu.com> | 2019-03-10 23:45:19 +0530 |
---|---|---|
committer | Dandelion <nirav@teisuu.com> | 2019-03-11 23:05:22 +0530 |
commit | 63e8c7f9d095fe0b1e0b44f950230c0e238f166d (patch) | |
tree | 01e0211f4fdede1eccda010fc944b3a0180a9632 /src/option.h | |
parent | 7e8ea36eb8106b4847af13a27a3e8f3177d25809 (diff) | |
download | ap_client-63e8c7f9d095fe0b1e0b44f950230c0e238f166d.tar.gz ap_client-63e8c7f9d095fe0b1e0b44f950230c0e238f166d.zip |
Add config and log
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 14 |
1 files changed, 0 insertions, 14 deletions
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 <stdbool.h> - -struct option { - char *file_name; - bool fullscreen; - bool show_info; -}; -extern const struct option *options; -void parse_options(int argc, char **argv); - -#endif |