aboutsummaryrefslogtreecommitdiff
path: root/include/pub_tool_hashtable.h
diff options
context:
space:
mode:
authorflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2012-10-27 18:39:11 +0000
committerflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2012-10-27 18:39:11 +0000
commitdbb3584f591710a15a437918c0fc27e300993566 (patch)
tree2224f4c24077250b1e52bef941590083344aa173 /include/pub_tool_hashtable.h
parenta37b57cc724654fd5d8b8b4f718c469f14f6a775 (diff)
downloadvalgrind-dbb3584f591710a15a437918c0fc27e300993566.tar.gz
More Char/HChar fixes and constification.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13088 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'include/pub_tool_hashtable.h')
-rw-r--r--include/pub_tool_hashtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pub_tool_hashtable.h b/include/pub_tool_hashtable.h
index f844c887a..b8d80f4ed 100644
--- a/include/pub_tool_hashtable.h
+++ b/include/pub_tool_hashtable.h
@@ -53,7 +53,7 @@ typedef struct _VgHashTable * VgHashTable;
be freed with VG_(free)(). The table starts small but will
periodically be expanded. This is transparent to the users of this
module. */
-extern VgHashTable VG_(HT_construct) ( HChar* name );
+extern VgHashTable VG_(HT_construct) ( const HChar* name );
/* Count the number of nodes in a table. */
extern Int VG_(HT_count_nodes) ( VgHashTable table );