[Freeswitch-svn] [commit] r14052 - in freeswitch/trunk/contrib/mod/endpoints/mod_khomp: . include

FreeSWITCH SVN jmesquita at freeswitch.org
Tue Jun 30 10:36:33 PDT 2009


Author: jmesquita
Date: Tue Jun 30 12:36:32 2009
New Revision: 14052

Log:
Change DEFINE to the proper place.

Modified:
   freeswitch/trunk/contrib/mod/endpoints/mod_khomp/include/mod_khomp.h
   freeswitch/trunk/contrib/mod/endpoints/mod_khomp/mod_khomp.cpp

Modified: freeswitch/trunk/contrib/mod/endpoints/mod_khomp/include/mod_khomp.h
==============================================================================
--- freeswitch/trunk/contrib/mod/endpoints/mod_khomp/include/mod_khomp.h	(original)
+++ freeswitch/trunk/contrib/mod/endpoints/mod_khomp/include/mod_khomp.h	Tue Jun 30 12:36:32 2009
@@ -54,6 +54,9 @@
 #ifndef _MOD_KHOMP_H_
 #define _MOD_KHOMP_H_
 
+
+#define KHOMP_SYNTAX "khomp show [info|links|channels]"
+
 #include "globals.h"
 #include "khomp_pvt.h"
 #include "opt.h"

Modified: freeswitch/trunk/contrib/mod/endpoints/mod_khomp/mod_khomp.cpp
==============================================================================
--- freeswitch/trunk/contrib/mod/endpoints/mod_khomp/mod_khomp.cpp	(original)
+++ freeswitch/trunk/contrib/mod/endpoints/mod_khomp/mod_khomp.cpp	Tue Jun 30 12:36:32 2009
@@ -37,9 +37,6 @@
  * @see mod_khomp
  */
 
-
-#define KHOMP_SYNTAX "khomp show [info|links|channels]"
-
 #include "mod_khomp.h"
 
 /*!



More information about the Freeswitch-svn mailing list