diff options
author | sanine <sanine.not@pm.me> | 2022-06-14 00:05:58 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-06-14 00:05:58 -0500 |
commit | 034d5c965ff34cfdf4b153af9f32360a02e35684 (patch) | |
tree | fcbe5ca527d76a303c197ea8308c6e488ef7c0b4 /src/options/honey_options.h | |
parent | 8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (diff) |
scorched earth, start over
Diffstat (limited to 'src/options/honey_options.h')
-rw-r--r-- | src/options/honey_options.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/options/honey_options.h b/src/options/honey_options.h deleted file mode 100644 index 5f4aded..0000000 --- a/src/options/honey_options.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef HONEY_OPTIONS_H -#define HONEY_OPTIONS_H - -#include "logging/logging.h" - -struct honey_options { - const char *main_script; - enum honey_log_level_t log_level; - int display_help; -}; - -int parse_options(struct honey_options *opts, int argc, char **argv); - -#endif |