]> code.citadel.org Git - citadel.git/blobdiff - webcit/webserver.h
there is no ar_AR, we choose ar_AE.
[citadel.git] / webcit / webserver.h
index 611ac085028f0de84156982610d9e849498c43a3..51926cbf58b13d5b7354db54d5a6d0a1b1459891 100644 (file)
@@ -1,2 +1,14 @@
-/* $Id$ */
-int client_gets(int sock, char *buf);
+
+extern char *static_dirs[PATH_MAX];          /**< Web representation */
+extern int ndirs;
+extern char socket_dir[PATH_MAX];
+
+extern char *default_landing_page;
+
+int ClientGetLine(ParsedHttpHdrs *Hdr, StrBuf *Target);
+int client_read_to(ParsedHttpHdrs *Hdr, StrBuf *Target, int bytes, int timeout);
+void wc_backtrace(long LogLevel);
+void ShutDownWebcit(void);
+void shutdown_ssl(void);
+
+