summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-18 09:38:10 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-18 09:38:10 -0400
commit8c7006c3ce636e7ba4127e5567350c334c3ea5e1 (patch)
tree4a05f4df6cea2a8d4cf43e130dfeee23ea9ec3b1 /config.c
parentdc9f35b35a7d7fd6e831f3ee287d1e7ad96e684e (diff)
Move all miscellaneous functions from `config.c` into
`misc.c`.
Diffstat (limited to 'config.c')
-rw-r--r--config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.c b/config.c
index 129d44d..79e8b45 100644
--- a/config.c
+++ b/config.c
@@ -5,6 +5,7 @@
#include <syslog.h>
#include "config.h"
#include "macros.h"
+#include "misc.h"
char *read_file(const char *filename, long *size) {
/* Open the file. */