src/server/util/util.h

changeset 58
66c22e54aa90
parent 48
37a512d7b8f6
child 62
c47e081b6c0f
--- a/src/server/util/util.h	Sun Mar 17 19:19:57 2013 +0100
+++ b/src/server/util/util.h	Tue Mar 19 17:38:32 2013 +0100
@@ -35,6 +35,8 @@
 #define BASE_UTIL_H
 
 #include "../daemon/netsite.h"
+#include "../ucx/string.h"
+#include "pool.h"
 #include <pwd.h>
 
 #ifndef NOINTNSAPI
@@ -221,6 +223,10 @@
 
 NSAPI_PUBLIC int util_qtoi(const char *q, const char **p);
 
+/* path utils */
+NSAPI_PUBLIC
+sstr_t util_path_append(pool_handle_t *pool, char *path, char *child);
+
 /* --- End common function prototypes --- */
 
 /* --- Begin Unix-only function prototypes --- */

mercurial