lib: Separate out xx_path() & callers
[abartlet/samba.git/.git] / source3 / include / proto.h
index eeee40250c6a8adf5ad9d0fd3453fa55d33f2de5..1470b6d09fef7d3c4bc2542d2e76cea1a9488673 100644 (file)
@@ -400,9 +400,7 @@ int smb_mkstemp(char *name_template);
 void *smb_xmalloc_array(size_t size, unsigned int count);
 char *myhostname(void);
 char *myhostname_upper(void);
-char *lock_path(const char *name);
-char *state_path(const char *name);
-char *cache_path(const char *name);
+#include "lib/util_path.h"
 bool parent_dirname(TALLOC_CTX *mem_ctx, const char *dir, char **parent,
                    const char **name);
 bool ms_has_wild(const char *s);