]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add headers
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 31 Jan 2013 20:41:07 +0000 (14:41 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 31 Jan 2013 20:41:12 +0000 (14:41 -0600)
src/include/switch_core.h

index c53446fb3ee8d3c06dae9f494b258dc8c55532e2..e3f5634ce4c5a95958f5d92af078d4f61419d4f8 100644 (file)
@@ -2462,6 +2462,12 @@ SWITCH_DECLARE(switch_status_t) switch_sql_queue_manager_start(switch_sql_queue_
 SWITCH_DECLARE(switch_status_t) switch_sql_queue_manager_stop(switch_sql_queue_manager_t *qm);
 SWITCH_DECLARE(switch_status_t) switch_cache_db_execute_sql_event_callback(switch_cache_db_handle_t *dbh,
                                                                                                                                                   const char *sql, switch_core_db_event_callback_func_t callback, void *pdata, char **err);
+
+SWITCH_DECLARE(void) switch_sql_queue_manger_execute_sql_callback(switch_sql_queue_manager_t *qm, 
+                                                                                                                                 const char *sql, switch_core_db_callback_func_t callback, void *pdata);
+
+SWITCH_DECLARE(void) switch_sql_queue_manger_execute_sql_event_callback(switch_sql_queue_manager_t *qm, 
+                                                                                                                                               const char *sql, switch_core_db_event_callback_func_t callback, void *pdata);
                                                        
 SWITCH_DECLARE(pid_t) switch_fork(void);