diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h new file mode 100644 index 0000000..035a10c --- /dev/null +++ b/include/config.h @@ -0,0 +1,8 @@ +#ifndef __CONFIG_H +#define __CONFIG_H + +#define DELIM "=>" + +void config_parse(char *content); + +#endif |