diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-06-13 01:12:52 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-06-13 01:12:52 +0000 |
commit | e8e56418dc7375b50f36e930fb6752fbe25b4ae1 (patch) | |
tree | 3700842c837ef64b9ad0bce6a366d489eb6ef369 /hash.h | |
parent | 8ac0cd282d05a3331104714aba66db9bd1715604 (diff) | |
download | lcd4linux-e8e56418dc7375b50f36e930fb6752fbe25b4ae1.tar.gz |
[lcd4linux @ 2004-06-13 01:12:52 by reinelt]
debug widgets changed (thanks to Andy Baxter)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@472 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'hash.h')
-rw-r--r-- | hash.h | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: hash.h,v 1.12 2004/06/01 06:45:30 reinelt Exp $ +/* $Id: hash.h,v 1.13 2004/06/13 01:12:52 reinelt Exp $ * * hashes (associative arrays) * @@ -23,6 +23,10 @@ * * * $Log: hash.h,v $ + * Revision 1.13 2004/06/13 01:12:52 reinelt + * + * debug widgets changed (thanks to Andy Baxter) + * * Revision 1.12 2004/06/01 06:45:30 reinelt * * some Fixme's processed @@ -84,9 +88,7 @@ #define _HASH_H_ -// struct timeval #include <sys/time.h> - typedef struct timeval timeval; typedef struct { |