move include above declarations

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3533 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-12-04 16:18:39 +00:00
parent 2b1572c9c1
commit 4b52830415
1 changed files with 2 additions and 1 deletions

View File

@ -791,6 +791,8 @@ SWIGEXPORT(void) SWIG_init (pTHXo_ CV* cv);
SWIGEXPORT(void) SWIG_init (CV *cv, CPerlObj *);
#endif
#include <switch.h>
extern void fs_core_set_globals(void);
extern int fs_core_init(char *);
extern int fs_core_destroy(void);
@ -818,7 +820,6 @@ extern int fs_switch_ivr_speak_text(switch_core_session_t *,char *,char *,char *
extern char *fs_switch_channel_get_variable(switch_channel_t *,char *);
extern int fs_switch_channel_set_variable(switch_channel_t *,char *,char *);
#include "switch.h"
#ifdef PERL_OBJECT
#define MAGIC_CLASS _wrap_fs_perl_var::