[NeoStats-Devel] [Commits] rev 64 - branches/3.0

[email protected]
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Mark
Date: Fri Mar 18 03:55:07 2005
New Revision: 64

Modified:
   branches/3.0/TriviaChan.c
   branches/3.0/TriviaServ.h
Log:
Update to FetchRows handlers to take size parameter

Modified: branches/3.0/TriviaChan.c
==============================================================================
--- branches/3.0/TriviaChan.c	(original)
+++ branches/3.0/TriviaChan.c	Fri Mar 18 03:55:07 2005
@@ -30,7 +30,7 @@
 #include "neostats.h"	/* Neostats API */
 #include "TriviaServ.h"
 
-int LoadChannel( void *data )
+int LoadChannel( void *data, int size )
 {
 	TriviaChan *tc;
 

Modified: branches/3.0/TriviaServ.h
==============================================================================
--- branches/3.0/TriviaServ.h	(original)
+++ branches/3.0/TriviaServ.h	Fri Mar 18 03:55:07 2005
@@ -125,7 +125,7 @@
 int tvs_chans(CmdParams* cmdparams);
 
 /* TriviaChan.c */
-int LoadChannel( void *data );
+int LoadChannel( void *data, int size );
 TriviaChan *NewTChan(Channel *c);
 TriviaChan *OfflineTChan(Channel *c);
 TriviaChan *OnlineTChan(Channel *c);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.