(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:
		@@ -49,6 +49,7 @@ struct getargs{
 | 
				
			|||||||
    enum { arg_integer, arg_string, arg_flag, arg_negative_flag } type;
 | 
					    enum { arg_integer, arg_string, arg_flag, arg_negative_flag } type;
 | 
				
			||||||
    void *value;
 | 
					    void *value;
 | 
				
			||||||
    const char *help;
 | 
					    const char *help;
 | 
				
			||||||
 | 
					    const char *arg_help;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enum {
 | 
					enum {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user