]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix compiler warning
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 Jun 2009 13:45:12 +0000 (13:45 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 Jun 2009 13:45:12 +0000 (13:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13566 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_cluechoo/mod_cluechoo.c

index 7f4555db99118b5bf20e6846f8aa0e75ffd79c69..d36948ba7f2a1afa6e0dd6b815f1fc5de0e0ad7f 100644 (file)
@@ -42,10 +42,10 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_cluechoo_load);
  */
 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);