Mount Fuji Engine  0.8b
void Destroy ( const char *  pHashBuffer,
int  len = -1 
)

Destroys an item in the list. This simply removes the pointer from the list, it does not destroy the item its self.

Parameters
pHashBufferBuffer that identifies the item.
lenLength of the buffer. If len is set to -1, pHashBuffer is treated as a string and len is determined by the terminating NULL character.
Returns
None.