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

#ifndef WLCONF_HH
#define WLCONF_HH

#include <string.h>
#include <errno.h>

int wl_checkcfg(void);
int wl_cfgvalue(const char *, char *, int);

#endif /* WLCONF_HH */