diff options
Diffstat (limited to '')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h new file mode 100644 index 0000000..b07adc6 --- /dev/null +++ b/config.h @@ -0,0 +1,3 @@ +int read_cfg (char *file); +char *get_cfg (char *key); +void set_cfg (char *key, char *value); |