about summary refs log tree commit diff stats
path: root/config.h
diff options
context:
space:
mode:
authorRory Bradford <roryrjb@gmail.com>2022-06-02 13:00:52 +0100
committerRory Bradford <roryrjb@gmail.com>2022-06-02 13:00:52 +0100
commitfa0fe3da2bad35c79d9588d5fc6c3e554671533e (patch)
tree3c6f7d2333961274576c719b1c36b01e171a05a3 /config.h
parent49f55d4b648021ba143bbf058242e4553d285fea (diff)
downloadrf-fa0fe3da2bad35c79d9588d5fc6c3e554671533e.tar.gz
Remove config
Signed-off-by: Rory Bradford <roryrjb@gmail.com>
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