* Trace file using lprintf() similarly to citserver
[citadel.git] / webcit / webserver.h
1 /* $Id$ */
2 int client_gets(int sock, char *buf);
3 int client_read(int sock, char *buf, int bytes);
4 int lprintf(int loglevel, const char *format, ...);