This commit is contained in:
Brian West 2011-09-01 03:31:47 -05:00
parent a5ae0e32d6
commit e817795e84
2 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ SWITCH_DECLARE(int) switch_core_db_changes(switch_core_db_t *db);
* literal. * literal.
*/ */
SWITCH_DECLARE(char*)switch_sql_concat(); SWITCH_DECLARE(char*)switch_sql_concat(void);
SWITCH_END_EXTERN_C SWITCH_END_EXTERN_C
#endif #endif

View File

@ -2114,7 +2114,7 @@ SWITCH_DECLARE(void) switch_cache_db_status(switch_stream_handle_t *stream)
switch_mutex_unlock(sql_manager.dbh_mutex); switch_mutex_unlock(sql_manager.dbh_mutex);
} }
SWITCH_DECLARE(char*)switch_sql_concat() SWITCH_DECLARE(char*)switch_sql_concat(void)
{ {
if(runtime.odbc_dbtype == DBTYPE_MSSQL) if(runtime.odbc_dbtype == DBTYPE_MSSQL)
return "+"; return "+";