diff options
author | sanine <sanine.not@pm.me> | 2022-01-02 17:09:29 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-01-02 17:09:29 -0600 |
commit | 5bc7d084ca129637e4782de5fc0c13be76ad27b8 (patch) | |
tree | 357e032b9f343365b0e8b990eef335c78c67fbe9 /src/options.h | |
parent | 3c95c890245cbd79c9f31c316e7334a8f9229f04 (diff) |
add README.md and logging
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index ae4e621..d62eb58 100644 --- a/src/options.h +++ b/src/options.h @@ -4,6 +4,7 @@ struct argent_options { const char *conf_filename; const char *output_dir; + int log_level; }; /* return 0 and fill `opts` on success; return nonzero on failure */ |