From 49f0d6152f1712c92a277be0a40f9c237a2b8755 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 12 Feb 2007 20:03:29 +0000 Subject: [PATCH] tweaks git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4208 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_types.h | 2 +- src/mod/applications/mod_dptools/mod_dptools.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/switch_types.h b/src/include/switch_types.h index 5d65ffd998..adb5556dd1 100644 --- a/src/include/switch_types.h +++ b/src/include/switch_types.h @@ -35,7 +35,7 @@ #define SWITCH_TYPES_H #include - +#include SWITCH_BEGIN_EXTERN_C #ifdef WIN32 diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c index 64fd08349e..47d0cecfb3 100644 --- a/src/mod/applications/mod_dptools/mod_dptools.c +++ b/src/mod/applications/mod_dptools/mod_dptools.c @@ -610,7 +610,7 @@ static const switch_application_interface_t pre_answer_application_interface = { /* long_desc */ "Pre-Answer the call for a channel.", /* short_desc */ "Pre-Answer the call", /* syntax */ "", - /*.next */ &hangup_application_interface + /*.next */ &answer_application_interface };