diff options
author | reinelt <> | 2001-02-14 07:40:16 +0000 |
---|---|---|
committer | reinelt <> | 2001-02-14 07:40:16 +0000 |
commit | 97f92ab56802c16175dc7934a71ce29c9cb271f2 (patch) | |
tree | dda7676a8ca4e9fb7ff67bccb2b53b284b4bf3d1 /parser.h | |
parent | b04158f298eca60f12aac3d75d468b6937005ae6 (diff) | |
download | lcd4linux-97f92ab56802c16175dc7934a71ce29c9cb271f2.tar.gz |
[lcd4linux @ 2001-02-14 07:40:16 by reinelt]
first (incomplete) GPO implementation
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |