Change all modules to use neostats.h
This commit is contained in:
parent
737a350eda
commit
a7404e4990
8 changed files with 8 additions and 28 deletions
|
@ -24,10 +24,7 @@
|
|||
/* http://sourceforge.net/projects/muhstik/ */
|
||||
|
||||
#include <stdio.h>
|
||||
#include "dl.h"
|
||||
#include "log.h"
|
||||
#include "stats.h"
|
||||
#include "conf.h"
|
||||
#include "neostats.h"
|
||||
#include "SecureServ.h"
|
||||
|
||||
/* the structure to keep track of joins per period (ajpp = average joins per period) */
|
||||
|
|
|
@ -23,10 +23,7 @@
|
|||
|
||||
|
||||
#include <stdio.h>
|
||||
#include "dl.h"
|
||||
#include "log.h"
|
||||
#include "stats.h"
|
||||
#include "conf.h"
|
||||
#include "neostats.h"
|
||||
#include "SecureServ.h"
|
||||
|
||||
static int HelpersAdd(User *u, char **av, int ac);
|
||||
|
|
|
@ -22,10 +22,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include "dl.h"
|
||||
#include "log.h"
|
||||
#include "stats.h"
|
||||
#include "conf.h"
|
||||
#include "neostats.h"
|
||||
#include "SecureServ.h"
|
||||
|
||||
#define MAX_NICKS 100
|
||||
|
|
|
@ -30,10 +30,7 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "stats.h"
|
||||
#include "dl.h"
|
||||
#include "log.h"
|
||||
#include "conf.h"
|
||||
#include "neostats.h"
|
||||
#include "SecureServ.h"
|
||||
|
||||
static int ScanNick(char **av, int ac);
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
** $Id$
|
||||
*/
|
||||
|
||||
#include "stats.h"
|
||||
#include "neostats.h"
|
||||
|
||||
const char ts_help_login_oneline[] = "Login as a helper";
|
||||
const char ts_help_logout_oneline[] = "Logout as a helper";
|
||||
|
|
|
@ -31,10 +31,7 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "stats.h"
|
||||
#include "dl.h"
|
||||
#include "log.h"
|
||||
#include "conf.h"
|
||||
#include "neostats.h"
|
||||
#include "SecureServ.h"
|
||||
|
||||
/* this is the size of the exempt list */
|
||||
|
|
4
scan.c
4
scan.c
|
@ -29,9 +29,7 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "stats.h"
|
||||
#include "dl.h"
|
||||
#include "log.h"
|
||||
#include "neostats.h"
|
||||
#include "SecureServ.h"
|
||||
|
||||
#define MAX_VIRI -1
|
||||
|
|
5
update.c
5
update.c
|
@ -33,10 +33,7 @@
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "stats.h"
|
||||
#include "dl.h"
|
||||
#include "log.h"
|
||||
#include "conf.h"
|
||||
#include "neostats.h"
|
||||
#include "SecureServ.h"
|
||||
|
||||
void datver(void *data, int status, char *ver, int versize);
|
||||
|
|
Reference in a new issue