bmsd/rdconfig.h

changeset 0
033898178630
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bmsd/rdconfig.h	Sat Aug 04 21:19:15 2018 +0200
@@ -0,0 +1,18 @@
+#ifndef	_RDCONFIG_H
+#define	_RDCONFIG_H
+
+#define S(x) (x)?(x):"(null)"
+
+typedef struct _key_list {
+   char                *key;
+   int                 (*prc)(char **);
+   char                **dest;
+} key_list;
+
+
+void killconfig(void);
+int  rdconfig(void);
+int  wrconfig(void);
+
+
+#endif

mercurial