dav/sopt.h

changeset 503
f84e64afee61
parent 364
3769ba002fd1
child 734
b2cd82149116
equal deleted inserted replaced
502:a23fedac340c 503:f84e64afee61
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 typedef void* ArgBool;
39
38 typedef struct { 40 typedef struct {
39 UcxMap *options; 41 UcxMap *options;
40 char **argv; 42 char **argv;
41 int argc; 43 int argc;
42 } CmdArgs; 44 } CmdArgs;

mercurial