Changeset 875 for trunk/psLib/src/sysUtils/psHash.h
- Timestamp:
- Jun 4, 2004, 1:46:11 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psHash.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psHash.h
r562 r875 54 54 /// Remove key from table. 55 55 void *psHashRemove(psHash *table, ///< table to lookup key in 56 const char *key ///< key to lookup 56 const char *key, ///< key to lookup 57 void (*itemFree)(void *item) ///< how to free hashed data; or NULL 57 58 ); 58 59
Note:
See TracChangeset
for help on using the changeset viewer.
