aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
authorreinelt <>2004-06-13 01:12:52 +0000
committerreinelt <>2004-06-13 01:12:52 +0000
commitdeb18c9a768be9c80a592fc9038d6f51463541b4 (patch)
tree3700842c837ef64b9ad0bce6a366d489eb6ef369 /hash.c
parentff4e71baa9ef3ef7cb998f1700113c2d868bb08f (diff)
downloadlcd4linux-deb18c9a768be9c80a592fc9038d6f51463541b4.tar.gz
[lcd4linux @ 2004-06-13 01:12:52 by reinelt]
debug widgets changed (thanks to Andy Baxter)
Diffstat (limited to '')
-rw-r--r--hash.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/hash.c b/hash.c
index cceb6e7..f66d6e1 100644
--- a/hash.c
+++ b/hash.c
@@ -1,4 +1,4 @@
-/* $Id: hash.c,v 1.19 2004/06/01 06:45:30 reinelt Exp $
+/* $Id: hash.c,v 1.20 2004/06/13 01:12:52 reinelt Exp $
*
* hashes (associative arrays)
*
@@ -23,6 +23,10 @@
*
*
* $Log: hash.c,v $
+ * Revision 1.20 2004/06/13 01:12:52 reinelt
+ *
+ * debug widgets changed (thanks to Andy Baxter)
+ *
* Revision 1.19 2004/06/01 06:45:30 reinelt
*
* some Fixme's processed
@@ -140,7 +144,6 @@
#include <stdio.h>
#include <string.h>
#include <regex.h>
-//#include <sys/types.h>
#include "debug.h"
#include "hash.h"