Removed the arbitrary redirectors file.
[citadel.git] / webcit / webserver.h
1
2 extern char *static_dirs[PATH_MAX];          /**< Web representation */
3 extern int ndirs;
4 extern char socket_dir[PATH_MAX];
5
6 extern char *default_landing_page;
7
8 int ClientGetLine(ParsedHttpHdrs *Hdr, StrBuf *Target);
9 int client_read_to(ParsedHttpHdrs *Hdr, StrBuf *Target, int bytes, int timeout);
10 void wc_backtrace(void);
11 void ShutDownWebcit(void);
12 void shutdown_ssl(void);
13
14