1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-11 15:07:07 +00:00
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@18 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-05-17 17:25:13 +00:00
parent 783b7bd890
commit 929af2d40d

@ -34,10 +34,6 @@ hashtable_iterator(struct hashtable *h)
return itr;
}
/*****************************************************************************/
/* key - return the key of the (key,value) pair at the current position */
/* value - return the value of the (key,value) pair at the current position */
/*****************************************************************************/
/* advance - advance the iterator to the next element
* returns zero if advanced to end of table */