(struct getargs): added `arg_help'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2455 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-19 01:48:34 +00:00
parent 8870be78cb
commit 3f66b03193

View File

@@ -49,6 +49,7 @@ struct getargs{
enum { arg_integer, arg_string, arg_flag, arg_negative_flag } type;
void *value;
const char *help;
const char *arg_help;
};
enum {