aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2002-08-19 04:41:20 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2002-08-19 04:41:20 +0000
commitd72755a9609479f9b3463a96c3a71fd7084f2fb3 (patch)
treec97b9dd85328464e0c75fe7780e7cec6004ba92e /parser.c
parent0d5e6f24b79e5127a66db4cf1e4155424ba26ded (diff)
downloadlcd4linux-d72755a9609479f9b3463a96c3a71fd7084f2fb3.tar.gz
[lcd4linux @ 2002-08-19 04:41:20 by reinelt]
introduced bar.c, moved bar stuff from display.h to bar.h git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@158 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/parser.c b/parser.c
index 246a639..64544e7 100644
--- a/parser.c
+++ b/parser.c
@@ -1,4 +1,4 @@
-/* $Id: parser.c,v 1.16 2001/03/16 16:40:17 ltoetsch Exp $
+/* $Id: parser.c,v 1.17 2002/08/19 04:41:20 reinelt Exp $
*
* row definition parser
*
@@ -20,6 +20,9 @@
*
*
* $Log: parser.c,v $
+ * Revision 1.17 2002/08/19 04:41:20 reinelt
+ * introduced bar.c, moved bar stuff from display.h to bar.h
+ *
* Revision 1.16 2001/03/16 16:40:17 ltoetsch
* implemented time bar
*
@@ -114,6 +117,7 @@
#include "debug.h"
#include "display.h"
+#include "bar.h"
#include "parser.h"
typedef struct {