]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
lib/misc: constification
authorVMware, Inc <>
Thu, 22 Dec 2011 00:46:17 +0000 (16:46 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 22 Dec 2011 00:46:17 +0000 (16:46 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/hashTable.h

index a8e25b678b5ec516f46bb7528a515e5eba234db4..3d21dadb3073c7f8740b6de34272998252f2bd70 100644 (file)
@@ -162,7 +162,7 @@ int PtrHash_ForEach(const HashTable *ht,
                     PtrHashForEachCallback cb,
                     const void *clientData);
 
-PtrHashEntry *PtrHash_Lookup(HashTable *hashTable,
+PtrHashEntry *PtrHash_Lookup(const HashTable *hashTable,
                              const void *keyPtr);
 
 PtrHashEntry *PtrHash_LookupAndDelete(HashTable *hashTable,