aboutsummaryrefslogtreecommitdiffstats
path: root/hash.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-01 06:45:30 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-01 06:45:30 +0000
commit8dc94dba6511b8db40c0e209b0ea595052650a21 (patch)
tree1ae7db249d5ad89d18cf9422abfeb034139f5c35 /hash.h
parenta581675c3951031bdc1b71fa654d0dadcc191397 (diff)
downloadlcd4linux-8dc94dba6511b8db40c0e209b0ea595052650a21.tar.gz
[lcd4linux @ 2004-06-01 06:45:28 by reinelt]
some Fixme's processed documented some code git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@456 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'hash.h')
-rw-r--r--hash.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/hash.h b/hash.h
index b7bdbc8..34286b8 100644
--- a/hash.h
+++ b/hash.h
@@ -1,4 +1,4 @@
-/* $Id: hash.h,v 1.11 2004/03/11 06:39:59 reinelt Exp $
+/* $Id: hash.h,v 1.12 2004/06/01 06:45:30 reinelt Exp $
*
* hashes (associative arrays)
*
@@ -23,6 +23,11 @@
*
*
* $Log: hash.h,v $
+ * Revision 1.12 2004/06/01 06:45:30 reinelt
+ *
+ * some Fixme's processed
+ * documented some code
+ *
* Revision 1.11 2004/03/11 06:39:59 reinelt
* big patch from Martin:
* - reuse filehandles
@@ -115,4 +120,5 @@ char *hash_get (HASH *Hash, char *key);
double hash_get_delta (HASH *Hash, char *key, int delay);
double hash_get_regex (HASH *Hash, char *key, int delay);
void hash_destroy (HASH *Hash);
+
#endif