Changeset 3673
- Timestamp:
- Jul 20, 2011 8:08:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjlib/include/pj/hash.h
r3553 r3673 126 126 * created. 127 127 * @param ht the hash table. 128 * @param key the key , which MUST point to buffer that remains valid129 * 128 * @param key the key. If pool is not specified, the key MUST point to 129 * buffer that remains valid for the duration of the entry. 130 130 * @param keylen the length of the key, or PJ_HASH_KEY_STRING to use the 131 131 * string length of the key.
Note: See TracChangeset
for help on using the changeset viewer.