From: Pavel Charvat Date: Sun, 7 Nov 2010 10:45:19 +0000 (+0100) Subject: hashtable: Documented HASH_TABLE_VARS. X-Git-Tag: v5.0~136 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3588d65e01184342a7907978200eca0a10ad08a2;p=libucw.git hashtable: Documented HASH_TABLE_VARS. --- diff --git a/ucw/doc/hashtable.txt b/ucw/doc/hashtable.txt index 24511f96..13af5a81 100644 --- a/ucw/doc/hashtable.txt +++ b/ucw/doc/hashtable.txt @@ -114,6 +114,7 @@ You can customize the hash table a little more by these macros: used. With this macro defined, all functions gain new first parameter of type `HASH_PREFIX(table) *` to allow them work with multiple hash tables. +- `HASH_TABLE_VARS` -- extra variables to be defined in `HASH_PREFIX(table) *`. [[wants]] Functionality switches