aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-02 04:24:14 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-02 04:37:17 -0400
commit1b5814ba53290e513085fd7e19e7545da613ee53 (patch)
treee81e37619f8e0682f142cec4d4327b9b2e028a33 /src/util.h
parenta513d9943fb71607ac8c0f2f3695dec9706f1ebb (diff)
downloadrunes-1b5814ba53290e513085fd7e19e7545da613ee53.tar.gz
runes-1b5814ba53290e513085fd7e19e7545da613ee53.zip
naming consistency
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index b2d0a28..1e3bc63 100644
--- a/src/util.h
+++ b/src/util.h
@@ -6,7 +6,7 @@
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);
+int runes_sprintf_dup(char **out, const char *fmt, ...);
+void runes_mkdir_p(char *dir);
#endif