[NeoStats-Devel] [Commits] r2756 - trunk/modules/statserv

[email protected] Sat, 20 Aug 2005 09:35:16 +1000
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Mark
Date: Sat Aug 20 07:35:13 2005
New Revision: 2756

Modified:
   trunk/modules/statserv/channel.c
Log:
StatServ: fix compile error

Modified: trunk/modules/statserv/channel.c
==============================================================================
--- trunk/modules/statserv/channel.c	(original)
+++ trunk/modules/statserv/channel.c	Sat Aug 20 07:35:13 2005
@@ -672,7 +672,7 @@
  *  @return none
  */
 
-void GetChannelStats( const ChannelStatHandler handler, CHANNEL_SORT sortstyle, int maxcount, int ignorehidden, void *v )
+void GetChannelStats( const ChannelStatHandler handler, CHANNEL_SORT sortstyle, int maxcount, int ignorehidden, const void *v )
 {
 	int count = 0;
 	lnode_t *ln;