/* $Id$ */ #ifndef WLLOG_HH #define WLLOG_HH #include #include #include #include void wl_loginfo(const char *, ...); void wl_logerr(const char *, ...); #endif /* WLLOG_HH */