diff --git a/lib/roken/getarg.h b/lib/roken/getarg.h index 86670a7a4..c5d8b0e05 100644 --- a/lib/roken/getarg.h +++ b/lib/roken/getarg.h @@ -60,4 +60,8 @@ enum { int getarg(struct getargs *args, size_t num_args, int argc, char **argv, int *optind); +void arg_printusage (struct getargs *args, + size_t num_args, + const char *extra_string); + #endif /* __GETARG_H__ */