From: VMware, Inc <> Date: Mon, 26 Sep 2011 20:03:47 +0000 (-0700) Subject: hashTable: pretty up include X-Git-Tag: 2011.09.23-491607~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf11432e4b6bd80218310f07551f1f8a42a6a2ca;p=thirdparty%2Fopen-vm-tools.git hashTable: pretty up include Make the style consistent Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/hashTable.h b/open-vm-tools/lib/include/hashTable.h index 93022fa10..2ff542107 100644 --- a/open-vm-tools/lib/include/hashTable.h +++ b/open-vm-tools/lib/include/hashTable.h @@ -34,8 +34,11 @@ typedef struct HashTable HashTable; + typedef void (*HashTableFreeEntryFn)(void *clientData); -typedef int (*HashTableForEachCallback)(const char *key, void *value, + +typedef int (*HashTableForEachCallback)(const char *key, + void *value, void *clientData); #define HASH_STRING_KEY 0 // case-sensitive string key