diff options
author | nijtmans <nijtmans> | 2010-08-14 20:58:30 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-08-14 20:58:30 (GMT) |
commit | 57d60cf82bf56303dec39e6c75de99fa56e770f7 (patch) | |
tree | 867226ac2c9dc2735e53f1b468c0e0936ae010fe /doc/Hash.3 | |
parent | bcc427ce10a994d6f852f8a4a3a47bd706317581 (diff) | |
download | tcl-57d60cf82bf56303dec39e6c75de99fa56e770f7.zip tcl-57d60cf82bf56303dec39e6c75de99fa56e770f7.tar.gz tcl-57d60cf82bf56303dec39e6c75de99fa56e770f7.tar.bz2 |
[Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntry
Diffstat (limited to 'doc/Hash.3')
-rw-r--r-- | doc/Hash.3 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |