git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4208 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-02-12 20:03:29 +00:00
parent 88fda78ee8
commit 49f0d6152f
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#define SWITCH_TYPES_H
#include <switch.h>
#include <ctype.h>
SWITCH_BEGIN_EXTERN_C
#ifdef WIN32

View File

@ -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
};