From a7c5cdab7287aca83178aca68fa2a8f54b81f08d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 12 Nov 1999 15:37:28 +0000 Subject: [PATCH] add arg_counter git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7352 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/getarg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/roken/getarg.h b/lib/roken/getarg.h index ca69a6986..ee2e46fcc 100644 --- a/lib/roken/getarg.h +++ b/lib/roken/getarg.h @@ -52,7 +52,8 @@ struct getargs{ arg_negative_flag, arg_strings, arg_double, - arg_collect + arg_collect, + arg_counter } type; void *value; const char *help;