#include <useropt.h>
Collaboration diagram for __j_useropt__:

Data Fields | |
| char * | optstr |
| Option string. | |
| char * | desc |
| Description that will be output on help. | |
| int | argnum |
| Number of arguments. | |
| int | reqargnum |
| Number of optional arguments in argnum. | |
| boolean(* | func )(Jconf *jconf, char *arg[], int argnum) |
| Handling function. | |
| __j_useropt__ * | next |
| Pointer to next data. | |
Definition at line 32 of file useropt.h.
1.5.1