summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-08-14 20:58:30 (GMT)
committernijtmans <nijtmans@noemail.net>2010-08-14 20:58:30 (GMT)
commitedda375a98c473748850b52bfabec688416d4e90 (patch)
tree867226ac2c9dc2735e53f1b468c0e0936ae010fe /doc
parent8178c8fd0f4d42f9ffee3b7348adf421c625f21f (diff)
downloadtcl-edda375a98c473748850b52bfabec688416d4e90.zip
tcl-edda375a98c473748850b52bfabec688416d4e90.tar.gz
tcl-edda375a98c473748850b52bfabec688416d4e90.tar.bz2
[Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntry
FossilOrigin-Name: 038e8afe8394a1951b98c6194f48e7d7511a3fec
Diffstat (limited to 'doc')
-rw-r--r--doc/Hash.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Hash.3 b/doc/Hash.3
index 94ed238..38a71ba 100644
--- a/doc/Hash.3
+++ b/doc/Hash.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: Hash.3,v 1.33 2010/01/10 20:36:49 dkf Exp $
+'\" RCS: @(#) $Id: Hash.3,v 1.34 2010/08/14 20:58:30 nijtmans Exp $
'\"
.so man.macros
.TH Tcl_Hash 3 "" Tcl "Tcl Library Procedures"
@@ -37,7 +37,7 @@ ClientData
.sp
\fBTcl_SetHashValue\fR(\fIentryPtr, value\fR)
.sp
-char *
+void *
\fBTcl_GetHashKey\fR(\fItablePtr, entryPtr\fR)
.sp
Tcl_HashEntry *
@@ -60,7 +60,7 @@ Kind of keys to use for new hash table. Must be either
\fBTCL_CUSTOM_PTR_KEYS\fR, or an integer value greater than 1.
.AP Tcl_HashKeyType *typePtr in
Address of structure which defines the behaviour of the hash table.
-.AP "const char" *key in
+.AP "const void" *key in
Key to use for probe into table. Exact form depends on
\fIkeyType\fR used to create table.
.AP int *newPtr out