about summary refs log tree commit diff stats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/config.h b/config.h
deleted file mode 100644
index 22eeef6..0000000
--- a/config.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef RF_CONFIG_H
-#define RF_CONFIG_H
-
-#include <ctype.h>
-#include <stdio.h>
-
-#define KV_STRING_LIMIT 1024
-
-extern char config_key[KV_STRING_LIMIT];
-extern char config_value[KV_STRING_LIMIT];
-
-int config_get(size_t *len, FILE *fp);
-
-#endif