diff options
Diffstat (limited to 'gconfig.h')
-rw-r--r-- | gconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gconfig.h b/gconfig.h new file mode 100644 index 0000000..d546b08 --- /dev/null +++ b/gconfig.h @@ -0,0 +1,5 @@ +#define CONF_STR 1 +#define CONF_CBK 2 +#define CONF_MSTR 3 + +void getgenericconfig(FILE *f, char *block, ...); |