summaryrefslogtreecommitdiff
path: root/noncore
authormjm <mjm>2003-01-05 11:17:05 (UTC)
committer mjm <mjm>2003-01-05 11:17:05 (UTC)
commit4f45c61a4e778a8124ae362dd5339b329b171441 (patch) (side-by-side diff)
tree66bd318db742691d05aec02731befc65b19b6e97 /noncore
parentdb5ab38ee45f202f4a627085e7457a2511abceb4 (diff)
downloadopie-4f45c61a4e778a8124ae362dd5339b329b171441.zip
opie-4f45c61a4e778a8124ae362dd5339b329b171441.tar.gz
opie-4f45c61a4e778a8124ae362dd5339b329b171441.tar.bz2
just wrote them
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/libwellenreiter/docs/wl_conf.817
1 files changed, 17 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/libwellenreiter/docs/wl_conf.8 b/noncore/net/wellenreiter/libwellenreiter/docs/wl_conf.8
new file mode 100644
index 0000000..8d2fe27
--- a/dev/null
+++ b/noncore/net/wellenreiter/libwellenreiter/docs/wl_conf.8
@@ -0,0 +1,17 @@
+wl_conf
+
+#include <wellenreiter/wl_conf.hh>
+
+int wl_checkcfg(void);
+int wl_cfgvalue(const char *token, char *out, int maxlen);
+
+wl_checkcfg checks whether the wellenreiter configfile exists.
+wl_cfgvalue searches for the given token and copies maxlen
+characters of its value to out.
+
+wl_ckeckcfg returns 1 if the file exists and is readable and
+0 on error.
+
+wl_cfgvalue returns -1 on error, 0 if nothing was found and
+1 on success.
+