|
gwenhywfar 5.10.1
|
#include <funcs.h>
Data Fields | |
| const char * | description |
| int(* | func1 )(void) |
| int(* | func2 )(int, char **) |
| int(* | func3 )(GWEN_DB_NODE *, int, char **) |
| const char * | name |
This is one of the very few structs inside Gwenhywfar whose contents are available for direct access to the the program. Developer's note: Please note that any change within this struct will make it necessary to increment the SO_VERSION of the library !
| const char* description |
Definition at line 47 of file funcs.h.
Referenced by GWEN_Funcs_Usage(), and GWEN_Funcs_Usage_With_Help().
| int(* func1) (void) |
Definition at line 44 of file funcs.h.
Referenced by GWEN_Funcs_Call(), and GWEN_Funcs_Has_Call().
| int(* func2) (int, char **) |
Definition at line 45 of file funcs.h.
Referenced by GWEN_Funcs_Call_Args(), and GWEN_Funcs_Has_Call_Args().
| int(* func3) (GWEN_DB_NODE *, int, char **) |
Definition at line 46 of file funcs.h.
Referenced by GWEN_Funcs_Call_DB_NODE_Args(), and GWEN_Funcs_Has_Call_DB_NODE_Args().
| const char* name |
Definition at line 43 of file funcs.h.
Referenced by GWEN_Funcs_Find(), GWEN_Funcs_Usage(), and GWEN_Funcs_Usage_With_Help().