5809b1aa9a3dd2440389dbce980773e68605bd46
[citadel.git] / webcit / src / webserver.h
1 /* $Id$ */
2 int client_getln(int sock, char *buf, int bufsiz);
3 int client_read(int sock, char *buf, int bytes);
4 int client_read_to(int sock, char *buf, int bytes, int timeout);
5 ssize_t client_write(const void *buf, size_t count);
6 int lprintf(int loglevel, const char *format, ...);