remove extra ;s
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10251 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
22c37c1a1a
commit
af0d0d28c4
|
@ -935,8 +935,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_recv_dtmf(_In_ switch_core_s
|
|||
\return SWITCH_STATUS_SUCCESS if the hash is created
|
||||
*/
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_hash_init_case(_Out_ switch_hash_t **hash, _In_ switch_memory_pool_t *pool, switch_bool_t case_sensitive);
|
||||
#define switch_core_hash_init(_hash, _pool) switch_core_hash_init_case(_hash, _pool, SWITCH_TRUE);
|
||||
#define switch_core_hash_init_nocase(_hash, _pool) switch_core_hash_init_case(_hash, _pool, SWITCH_FALSE);
|
||||
#define switch_core_hash_init(_hash, _pool) switch_core_hash_init_case(_hash, _pool, SWITCH_TRUE)
|
||||
#define switch_core_hash_init_nocase(_hash, _pool) switch_core_hash_init_case(_hash, _pool, SWITCH_FALSE)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue