summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/libwellenreiter/docs/wl_conf.8
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/libwellenreiter/docs/wl_conf.8') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/libwellenreiter/docs/wl_conf.817
1 files changed, 0 insertions, 17 deletions
diff --git a/noncore/net/wellenreiter/libwellenreiter/docs/wl_conf.8 b/noncore/net/wellenreiter/libwellenreiter/docs/wl_conf.8
deleted file mode 100644
index 8d2fe27..0000000
--- a/noncore/net/wellenreiter/libwellenreiter/docs/wl_conf.8
+++ b/dev/null
@@ -1,17 +0,0 @@
1wl_conf
2
3#include <wellenreiter/wl_conf.hh>
4
5int wl_checkcfg(void);
6int wl_cfgvalue(const char *token, char *out, int maxlen);
7
8wl_checkcfg checks whether the wellenreiter configfile exists.
9wl_cfgvalue searches for the given token and copies maxlen
10characters of its value to out.
11
12wl_ckeckcfg returns 1 if the file exists and is readable and
130 on error.
14
15wl_cfgvalue returns -1 on error, 0 if nothing was found and
161 on success.
17