]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
hrm
authorBrian West <brian@freeswitch.org>
Thu, 1 Sep 2011 08:31:47 +0000 (03:31 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 1 Sep 2011 08:31:47 +0000 (03:31 -0500)
src/include/switch_core_db.h
src/switch_core_sqldb.c

index 3e92e2bdacbc88e79d7d42278ecf0f769fef3dca..f72c3c5f45407851ac595461b4c9aa4c781dc932 100644 (file)
@@ -540,7 +540,7 @@ SWITCH_DECLARE(int) switch_core_db_changes(switch_core_db_t *db);
  * literal.
  */
 
-SWITCH_DECLARE(char*)switch_sql_concat();
+SWITCH_DECLARE(char*)switch_sql_concat(void);
 
 SWITCH_END_EXTERN_C
 #endif
index 60e6c4743bb41b1eaa22aeab337ad6cb8222105e..db2cf72c1513169d486c62f6b0fa4840e56b2b79 100644 (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_DECLARE(char*)switch_sql_concat()
+SWITCH_DECLARE(char*)switch_sql_concat(void)
 {
        if(runtime.odbc_dbtype == DBTYPE_MSSQL)
                return "+";