aboutsummaryrefslogtreecommitdiffstats
path: root/cfg.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-04-03 04:46:38 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-04-03 04:46:38 +0000
commit7b287b37280afaabd240f9bb250aa8ae0a722a61 (patch)
tree117b7a322b580778cd8e00d9403759e769815399 /cfg.h
parentc82e27017cc2ab5e3702964705fcad3768642fbe (diff)
downloadlcd4linux-7b287b37280afaabd240f9bb250aa8ae0a722a61.tar.gz
[lcd4linux @ 2000-04-03 04:46:38 by reinelt]
added '-c key=val' option git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@34 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'cfg.h')
-rw-r--r--cfg.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/cfg.h b/cfg.h
index 1cbad76..0f7d778 100644
--- a/cfg.h
+++ b/cfg.h
@@ -1,4 +1,4 @@
-/* $Id: cfg.h,v 1.1 2000/03/10 11:40:47 reinelt Exp $
+/* $Id: cfg.h,v 1.2 2000/04/03 04:46:38 reinelt Exp $
*
* config file stuff
*
@@ -20,6 +20,10 @@
*
*
* $Log: cfg.h,v $
+ * Revision 1.2 2000/04/03 04:46:38 reinelt
+ *
+ * added '-c key=val' option
+ *
* Revision 1.1 2000/03/10 11:40:47 reinelt
* *** empty log message ***
*
@@ -33,6 +37,7 @@
#ifndef _CFG_H_
#define _CFG_H_
+int cfg_cmd (char *arg);
void cfg_set (char *key, char *value);
char *cfg_get (char *key);
int cfg_read (char *file);