* add function to create the directory tree citadel needs to run (moved from setup.c)
[citadel.git] / citadel / include / citadel_dirs.h
index 19856270a91d532b980823d0293920c0f8118818..05ce0fc37795716b39da88125023900a1265a19d 100644 (file)
@@ -60,7 +60,11 @@ extern char file_funambol_msg[PATH_MAX];
 extern void calc_dirs_n_files(int relh, int home, const char *relhome, char  *ctdldir, int dbg);
 
 
-void assoc_file_name(char *buf, size_t n,
-                    struct ctdlroom *qrbuf, const char *prefix);
+extern void create_run_directories(long UID, long GUID);
+
+extern void assoc_file_name(char *buf, 
+                           size_t n,
+                           struct ctdlroom *qrbuf, 
+                           const char *prefix);
 
 #endif /* __CITADEL_DIRS_H */