Rewrote htparser to handle both HTTP/1.0 and HTTP/1.1.
[ashd.git] / lib / log.h
CommitLineData
ddf99192
FT
1#ifndef _LOG_H
2#define _LOG_H
3
4#include <syslog.h>
5
6void flog(int level, char *format, ...);
7void opensyslog(void);
8
9#endif