aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 9432ed1..b2d0a28 100644
--- a/src/util.h
+++ b/src/util.h
@@ -4,6 +4,9 @@
#define UNUSED(x) ((void)x)
void runes_warn(const char *fmt, ...);
+void runes_die(const char *fmt, ...);
+char *runes_get_socket_name();
int sprintf_dup(char **out, const char *fmt, ...);
+void mkdir_p(char *dir);
#endif