mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
Add error handling to sql queue manager callback functionality and fix spelling.
This commit is contained in:
@@ -54,6 +54,7 @@ SWITCH_BEGIN_EXTERN_C
|
||||
typedef struct sqlite3_stmt switch_core_db_stmt_t;
|
||||
|
||||
typedef int (*switch_core_db_callback_func_t) (void *pArg, int argc, char **argv, char **columnNames);
|
||||
typedef int (*switch_core_db_err_callback_func_t) (void *pArg, const char *errmsg);
|
||||
|
||||
/*
|
||||
** These are special value for the destructor that is passed in as the
|
||||
|
||||
Reference in New Issue
Block a user