/* $Id$ */ #ifndef LOG_HH #define LOG_HH #include #include #include #include void log_info(const char *, ...); void log_err(const char *, ...); #endif /* LOG_HH */