aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-02-14 07:40:16 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-02-14 07:40:16 +0000
commitf73848014030f0fb62b4f9738e9192621fae1aa2 (patch)
treedda7676a8ca4e9fb7ff67bccb2b53b284b4bf3d1 /parser.h
parent41b5b222a3b3a1d0e2956e5ac7e30eb3dba1304e (diff)
downloadlcd4linux-f73848014030f0fb62b4f9738e9192621fae1aa2.tar.gz
[lcd4linux @ 2001-02-14 07:40:16 by reinelt]
first (incomplete) GPO implementation git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@80 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/parser.h b/parser.h
index 948c676..fa6b4ac 100644
--- a/parser.h
+++ b/parser.h
@@ -1,4 +1,4 @@
-/* $Id: parser.h,v 1.5 2000/05/21 06:20:35 reinelt Exp $
+/* $Id: parser.h,v 1.6 2001/02/14 07:40:16 reinelt Exp $
*
* row definition parser
*
@@ -20,6 +20,10 @@
*
*
* $Log: parser.h,v $
+ * Revision 1.6 2001/02/14 07:40:16 reinelt
+ *
+ * first (incomplete) GPO implementation
+ *
* Revision 1.5 2000/05/21 06:20:35 reinelt
*
* added ppp throughput
@@ -70,6 +74,7 @@ typedef enum {
C_GENERIC, C_MEM, C_LOAD, C_CPU, C_DISK, C_ETH, C_PPP, C_ISDN, C_SENSOR
} CLASS;
-char *parse (char *string, int supported_bars, int usage[]);
+char *parse_row (char *string, int supported_bars, int usage[]);
+char parse_gpo (char *string, int usage[]);
#endif