include/libtu/optparser.h

changeset 35
5a71d53d0228
parent 34
828f3afd5c76
child 36
63cd573ffbcf
equal deleted inserted replaced
34:828f3afd5c76 35:5a71d53d0228
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}
61 60
62 enum{ 61 enum{
63 OPT_ID_END=0, 62 OPT_ID_END=0,
64 OPT_ID_ARGUMENT=1, 63 OPT_ID_ARGUMENT=1,
65 64

mercurial