]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorMichael Jerris <mike@jerris.com>
Mon, 16 Feb 2009 17:52:16 +0000 (17:52 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 16 Feb 2009 17:52:16 +0000 (17:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12056 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_core.h

index 082f483c9871154ee9cb6db59daade435b1be844..1f501dd77a461ce11456939ec74264135528996b 100644 (file)
@@ -1666,10 +1666,13 @@ SWITCH_DECLARE(int32_t) switch_core_session_ctl(switch_session_ctl_t cmd, int32_
   \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