[NeoStats-Devel] [Commits] r2764 - trunk/src
[email protected] Sun, 21 Aug 2005 09:02:22 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Sun Aug 21 07:02:20 2005
New Revision: 2764
Modified:
trunk/src/exclude.c
Log:
fix warnings
Modified: trunk/src/exclude.c
==============================================================================
--- trunk/src/exclude.c (original)
+++ trunk/src/exclude.c Sun Aug 21 07:02:20 2005
@@ -532,7 +532,7 @@
* @return NS_SUCCESS if succeeds, NS_FAILURE if not
*/
-static int mod_cmd_exclude( const CmdParams *cmdparams )
+static int mod_cmd_exclude( CmdParams *cmdparams )
{
SET_SEGV_LOCATION();
if( !ircstrcasecmp( cmdparams->av[0], "ADD" ) )