[Freeswitch-svn] [commit] r13566 - freeswitch/trunk/src/mod/applications/mod_cluechoo

FreeSWITCH SVN anthm at freeswitch.org
Wed Jun 3 06:45:13 PDT 2009


Author: anthm
Date: Wed Jun  3 08:45:12 2009
New Revision: 13566

Log:
fix compiler warning

Modified:
   freeswitch/trunk/src/mod/applications/mod_cluechoo/mod_cluechoo.c

Modified: freeswitch/trunk/src/mod/applications/mod_cluechoo/mod_cluechoo.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_cluechoo/mod_cluechoo.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_cluechoo/mod_cluechoo.c	Wed Jun  3 08:45:12 2009
@@ -42,10 +42,10 @@
  */
 SWITCH_MODULE_DEFINITION(mod_cluechoo, mod_cluechoo_load, mod_cluechoo_shutdown, NULL);
 
-int add_D51();
-int add_sl();
-int add_man();
-int add_smoke();
+int add_D51(int x);
+int add_sl(int x);
+int add_man(int y, int x);
+int add_smoke(int y, int x);
 int go(int i);
 int vgo(int i, switch_core_session_t *session);
 



More information about the Freeswitch-svn mailing list