]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix missing SWITCH_BEGIN_EXTERN_C
authorMathieu Rene <mrene@avgs.ca>
Fri, 17 Jul 2009 14:36:36 +0000 (14:36 +0000)
committerMathieu Rene <mrene@avgs.ca>
Fri, 17 Jul 2009 14:36:36 +0000 (14:36 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14280 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_xml_config.h

index 4cd0df62fff9ca384e5bbd76039bfc3653b0c59f..5a4857bd93da54a2843a71871a9cd7a78d21990a 100644 (file)
 #ifndef SWITCH_XML_CONFIG_H
 #define SWITCH_XML_CONFIG_H
 
+#include <switch.h>
+
+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: