From: Mathieu Rene Date: Fri, 17 Jul 2009 14:36:36 +0000 (+0000) Subject: fix missing SWITCH_BEGIN_EXTERN_C X-Git-Tag: v1.0.4~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46786eaa2cc8ba7cc66cc95fdb27ba4bc14e3a97;p=thirdparty%2Ffreeswitch.git fix missing SWITCH_BEGIN_EXTERN_C git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14280 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_xml_config.h b/src/include/switch_xml_config.h index 4cd0df62ff..5a4857bd93 100644 --- a/src/include/switch_xml_config.h +++ b/src/include/switch_xml_config.h @@ -33,6 +33,10 @@ #ifndef SWITCH_XML_CONFIG_H #define SWITCH_XML_CONFIG_H +#include + +SWITCH_BEGIN_EXTERN_C + /*! \brief Type of value to parse */ typedef enum { SWITCH_CONFIG_INT, /*< (ptr=int* default=int data=NULL) Integer */ @@ -171,6 +175,8 @@ SWITCH_DECLARE(switch_size_t) switch_event_import_xml(switch_xml_t xml, const ch */ SWITCH_DECLARE(void) switch_xml_config_cleanup(switch_xml_config_item_t *instructions); +SWITCH_END_EXTERN_C + #endif /* !defined(SWITCH_XML_CONFIG_H) */ /* For Emacs: