From: Anthony Minessale Date: Tue, 20 Mar 2007 21:03:03 +0000 (+0000) Subject: update X-Git-Tag: v1.0-beta1~733 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5a63f12fac3130c1137db1e314a49f64b8df55d;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4693 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_types.h b/src/include/switch_types.h index f0fc506b76..34d73de121 100644 --- a/src/include/switch_types.h +++ b/src/include/switch_types.h @@ -975,7 +975,7 @@ typedef struct switch_chat_interface switch_chat_interface_t; 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 *);