[Freeswitch-svn] [commit] r12056 - freeswitch/trunk/src/include

FreeSWITCH SVN mikej at freeswitch.org
Mon Feb 16 09:52:16 PST 2009


Author: mikej
Date: Mon Feb 16 11:52:16 2009
New Revision: 12056

Log:
tweak

Modified:
   freeswitch/trunk/src/include/switch_core.h

Modified: freeswitch/trunk/src/include/switch_core.h
==============================================================================
--- freeswitch/trunk/src/include/switch_core.h	(original)
+++ freeswitch/trunk/src/include/switch_core.h	Mon Feb 16 11:52:16 2009
@@ -1666,10 +1666,13 @@
   \return the FILE stream
 */
 SWITCH_DECLARE(FILE *) switch_core_get_console(void);
+
+#ifndef SWIG
 /*! 
   \brief Launch a thread
 */
 SWITCH_DECLARE(void) switch_core_launch_thread(void *(SWITCH_THREAD_FUNC *func) (switch_thread_t *, void *), void *obj, switch_memory_pool_t *pool);
+#endif
 
 /*!
   \brief Initiate Globals



More information about the Freeswitch-svn mailing list