* move stuff from Hdr into substruct that may be easily wiped by memset 0'ing them
[citadel.git] / webcit / webserver.h
1 /* $Id$ */
2
3 extern char *static_dirs[PATH_MAX];          /**< Web representation */
4 extern char *static_content_dirs[PATH_MAX];  /**< Disk representation */
5 extern int ndirs;
6 extern char socket_dir[PATH_MAX];
7
8 int ClientGetLine(ParsedHttpHdrs *Hdr, StrBuf *Target);
9 int client_read_to(ParsedHttpHdrs *Hdr, StrBuf *Target, int bytes, int timeout);
10 int lprintf(int loglevel, const char *format, ...);
11 void wc_backtrace(void);
12 void ShutDownWebcit(void);
13 void shutdown_ssl(void);