From f5d9d209c57a3fabfe4c6b4ec6814b64b3a6f4eb Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 18 Jul 1997 23:17:11 +0000 Subject: [PATCH] prototype for arg_printusage git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2443 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/getarg.h | 4 ++++ 1 file changed, 4 insertions(+) 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__ */