mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
dyna won't you blow your horn
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@517 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#endif
|
||||
|
||||
struct hashtable;
|
||||
struct hashtable_iterator;
|
||||
|
||||
/* Example of use:
|
||||
*
|
||||
@@ -168,6 +169,10 @@ hashtable_count(struct hashtable *h);
|
||||
void
|
||||
hashtable_destroy(struct hashtable *h, int free_keys, int free_values);
|
||||
|
||||
struct hashtable_iterator *hashtable_first(struct hashtable *h);
|
||||
struct hashtable_iterator *hashtable_next(struct hashtable_iterator *i);
|
||||
void hashtable_this(struct hashtable_iterator *i, const void **key, int *klen, void **val);
|
||||
|
||||
#endif /* __HASHTABLE_CWC22_H__ */
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user