* add documentation
[citadel.git] / webcit / src / webserver.h
index 5809b1aa9a3dd2440389dbce980773e68605bd46..503391411a863c16511a303bcf42ff63749c04f2 100644 (file)
@@ -1,4 +1,10 @@
 /* $Id$ */
+
+extern char *static_dirs[PATH_MAX];          /**< Web representation */
+extern char *static_content_dirs[PATH_MAX];  /**< Disk representation */
+extern int ndirs;
+extern char socket_dir[PATH_MAX];
+
 int client_getln(int sock, char *buf, int bufsiz);
 int client_read(int sock, char *buf, int bytes);
 int client_read_to(int sock, char *buf, int bytes, int timeout);