summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/daemon/source/log.hh
blob: bdea7e48844e22d51e19cb88ad02cc866f39d38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $Id$ */

#ifndef LOG_HH
#define LOG_HH

#include <stdio.h>
#include <syslog.h>
#include <stdarg.h>
#include <string.h>

void log_info(const char *, ...);
void log_err(const char *, ...);

#endif /* LOG_HH */