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

#ifndef WLLOG_HH
#define WLLOG_HH

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

void wl_loginfo(const char *, ...);
void wl_logerr(const char *, ...);

#endif /* WLLOG_HH */