aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-12 14:30:11 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-12 14:30:11 -0400
commite9f28194fb4dd8eec1be7b2cde81fadc60dc78ff (patch)
tree795af01a47ef793c01ed1a4b506fb36f7304604b /src/util.h
parentdb5b76e6fe48fbcf13953fc26c459c1ccdb3fcc2 (diff)
downloadrunes-e9f28194fb4dd8eec1be7b2cde81fadc60dc78ff.tar.gz
runes-e9f28194fb4dd8eec1be7b2cde81fadc60dc78ff.zip
grumble grumble c
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index cd857d2..e4b9dcb 100644
--- a/src/util.h
+++ b/src/util.h
@@ -5,7 +5,7 @@
void runes_warn(const char *fmt, ...);
void runes_die(const char *fmt, ...);
-char *runes_get_daemon_socket_name();
+char *runes_get_daemon_socket_name(void);
int runes_sprintf_dup(char **out, const char *fmt, ...);
void runes_mkdir_p(char *dir);