diff options
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 71259aa..89c3cd4 100644 --- a/src/options.h +++ b/src/options.h @@ -15,5 +15,6 @@ typedef struct { } options_t; int options_parse(int argc, char **argv, options_t *const opts); +void options_usage(int exit_code); #endif /* OPTIONS_H */ |
