]> 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 bf3ba3ad78a6b0fc57156dc847fd91fca539f8bf..51926cbf58b13d5b7354db54d5a6d0a1b1459891 100644 (file)
@@ -1,14 +1,14 @@
-/* $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);
-int lprintf(int loglevel, const char *format, ...);
-void wc_backtrace(void);
+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);
+
+