Go to the documentation of this file.
28 #ifndef GWENHYWFAR_ARGS_H
29 #define GWENHYWFAR_ARGS_H
31 #include <gwenhywfar/gwenhywfarapi.h>
41 #include <gwenhywfar/types.h>
42 #include <gwenhywfar/buffer.h>
43 #include <gwenhywfar/db.h>
50 #define GWEN_ARGS_FLAGS_HAS_ARGUMENT 0x00000001
51 #define GWEN_ARGS_FLAGS_LAST 0x00000002
52 #define GWEN_ARGS_FLAGS_HELP 0x00000004
54 #define GWEN_ARGS_MODE_ALLOW_FREEPARAM 0x00000001
55 #define GWEN_ARGS_MODE_STOP_AT_FREEPARAM 0x00000002
57 #define GWEN_ARGS_RESULT_ERROR (-1)
58 #define GWEN_ARGS_RESULT_HELP (-2)