X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;ds=sidebyside;f=webcit%2Fsrc%2Fwebserver.h;h=503391411a863c16511a303bcf42ff63749c04f2;hb=9f381d88bba534f250de670bcb0e49559bdf5821;hp=5809b1aa9a3dd2440389dbce980773e68605bd46;hpb=76e6bee651c692d8f8917b566fcf1bc9c320f122;p=citadel.git diff --git a/webcit/src/webserver.h b/webcit/src/webserver.h index 5809b1aa9..503391411 100644 --- a/webcit/src/webserver.h +++ b/webcit/src/webserver.h @@ -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);