Add error handling to sql queue manager callback functionality and fix spelling.

This commit is contained in:
Eliot Gable
2014-03-14 15:54:05 +00:00
parent 8c41b4f42c
commit 5b1ab59f00
3 changed files with 201 additions and 14 deletions
+1
View File
@@ -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