[Freeswitch-svn] [commit] r4693 - freeswitch/trunk/src/include
Freeswitch SVN
anthm at freeswitch.org
Tue Mar 20 17:03:03 EDT 2007
Author: anthm
Date: Tue Mar 20 17:03:03 2007
New Revision: 4693
Modified:
freeswitch/trunk/src/include/switch_types.h
Log:
update
Modified: freeswitch/trunk/src/include/switch_types.h
==============================================================================
--- freeswitch/trunk/src/include/switch_types.h (original)
+++ freeswitch/trunk/src/include/switch_types.h Tue Mar 20 17:03:03 2007
@@ -975,7 +975,7 @@
typedef struct switch_management_interface switch_management_interface_t;
typedef struct switch_core_port_allocator switch_core_port_allocator_t;
typedef struct switch_media_bug switch_media_bug_t;
-typedef void (*switch_media_bug_callback_t)(switch_media_bug_t *, void *, switch_abc_type_t);
+typedef switch_bool_t (*switch_media_bug_callback_t)(switch_media_bug_t *, void *, switch_abc_type_t);
typedef void (*switch_application_function_t)(switch_core_session_t *, char *);
typedef void (*switch_event_callback_t)(switch_event_t *);
typedef switch_caller_extension_t *(*switch_dialplan_hunt_function_t)(switch_core_session_t *, void *);
More information about the Freeswitch-svn
mailing list