comparison src/hashtable.c @ 371:4b9fef49d7ff v7.0095

updated for version 7.0095
author vimboss
date Mon, 27 Jun 2005 22:48:21 +0000
parents 006e9c8a6a8a
children 81fe2ccc1207
comparison
equal deleted inserted replaced
370:3a21825ad207 371:4b9fef49d7ff
248 } 248 }
249 #endif 249 #endif
250 250
251 /* 251 /*
252 * Remove item "hi" from hashtable "ht". "hi" must have been obtained with 252 * Remove item "hi" from hashtable "ht". "hi" must have been obtained with
253 * hash_lookup() and point to an empty item. 253 * hash_lookup().
254 * The caller must take care of freeing the item itself. 254 * The caller must take care of freeing the item itself.
255 */ 255 */
256 void 256 void
257 hash_remove(ht, hi) 257 hash_remove(ht, hi)
258 hashtab_T *ht; 258 hashtab_T *ht;