mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
add cache_db handle api (odbc/sqlite abstraction)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15473 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -59,7 +59,7 @@ struct switch_odbc_handle {
|
||||
};
|
||||
#endif
|
||||
|
||||
SWITCH_DECLARE(switch_odbc_handle_t *) switch_odbc_handle_new(char *dsn, char *username, char *password)
|
||||
SWITCH_DECLARE(switch_odbc_handle_t *) switch_odbc_handle_new(const char *dsn, const char *username, const char *password)
|
||||
{
|
||||
#ifdef SWITCH_HAVE_ODBC
|
||||
switch_odbc_handle_t *new_handle;
|
||||
|
Reference in New Issue
Block a user