3 extern char *static_dirs
[PATH_MAX
]; /**< Web representation */
4 extern char *static_content_dirs
[PATH_MAX
]; /**< Disk representation */
6 extern char socket_dir
[PATH_MAX
];
8 int ClientGetLine(int *sock
, StrBuf
*Target
, StrBuf
*CLineBuf
);
9 int client_getln(int *sock
, char *buf
, int bufsiz
);
10 int client_read(int *sock
, StrBuf
*Target
, StrBuf
*buf
, int bytes
);
11 int client_read_to(int *sock
, StrBuf
*Target
, StrBuf
*Buf
, int bytes
, int timeout
);
12 int lprintf(int loglevel
, const char *format
, ...);
13 void wc_backtrace(void);
14 void ShutDownWebcit(void);
15 void shutdown_ssl(void);