[NeoStats-Devel] [Commits] r2631 - trunk/include
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: DNB Date: Mon May 30 09:27:08 2005 New Revision: 2631 Modified: trunk/include/neostats.h Log: fix parameter list on export Modified: trunk/include/neostats.h ============================================================================== --- trunk/include/neostats.h (original) +++ trunk/include/neostats.h Mon May 30 09:27:08 2005 @@ -1268,7 +1268,7 @@ EXPORTFUNC int irc_ctcp_time_req( Bot* botptr, Client* target ); /* bots.c */ -EXPORTFUNC int GenerateBotNick( char *nickbuf, int stublen ); +EXPORTFUNC int GenerateBotNick( char *nickbuf, int stublen, int alphacount, int numcount); /* users.c */ EXPORTFUNC Client *FindUser( const char *nick );