include/libtu/optparser.h

changeset 34
828f3afd5c76
parent 12
5fd153b29d40
child 35
5a71d53d0228
equal deleted inserted replaced
33:3a0064eb9421 34:828f3afd5c76
55 const char *version; 55 const char *version;
56 const char *usage_tmpl; 56 const char *usage_tmpl;
57 const char *about; 57 const char *about;
58 } OptParserCommonInfo; 58 } OptParserCommonInfo;
59 59
60 #define END_OPTPARSEROPTS {0, NULL, 0, NULL, NULL}
60 61
61 enum{ 62 enum{
62 OPT_ID_END=0, 63 OPT_ID_END=0,
63 OPT_ID_ARGUMENT=1, 64 OPT_ID_ARGUMENT=1,
64 65

mercurial