mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
update to snapshot spandsp-20090128
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11535 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
* License along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: logging.c,v 1.26 2008/05/13 13:17:22 steveu Exp $
|
||||
* $Id: logging.c,v 1.29 2009/01/20 04:24:45 steveu Exp $
|
||||
*/
|
||||
|
||||
/*! \file */
|
||||
|
||||
#if defined(HAVE_CONFIG_H)
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
@@ -46,9 +46,11 @@
|
||||
#include "spandsp/telephony.h"
|
||||
#include "spandsp/logging.h"
|
||||
|
||||
#include "spandsp/private/logging.h"
|
||||
|
||||
static void default_message_handler(int level, const char *text);
|
||||
|
||||
static message_handler_func_t __span_message = *default_message_handler;
|
||||
static message_handler_func_t __span_message = &default_message_handler;
|
||||
static error_handler_func_t __span_error = NULL;
|
||||
|
||||
/* Note that this list *must* match the enum definition in logging.h */
|
||||
|
Reference in New Issue
Block a user