mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
[Core] Fix switch_core_sqldb_destroy() function declaration.
This commit is contained in:
@@ -310,7 +310,7 @@ extern struct switch_session_manager session_manager;
|
||||
|
||||
|
||||
switch_status_t switch_core_sqldb_init(const char **err);
|
||||
void switch_core_sqldb_destroy();
|
||||
void switch_core_sqldb_destroy(void);
|
||||
switch_status_t switch_core_sqldb_start(switch_memory_pool_t *pool, switch_bool_t manage);
|
||||
void switch_core_sqldb_stop(void);
|
||||
void switch_core_session_init(switch_memory_pool_t *pool);
|
||||
|
||||
Reference in New Issue
Block a user