mirror of
https://github.com/anope/anope.git
synced 2026-07-07 06:33:13 +02:00
BUILD : 1.7.6 (499) BUGS : NOTES : Fixed several compiler warnings with make strict, removed 2 deprecated config vars.
git-svn-id: svn://svn.anope.org/anope/trunk@499 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@353 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
44e6352387
commit
250a9f71cf
+2
-2
@@ -223,8 +223,6 @@ E char *ServiceHost;
|
||||
|
||||
E char *HelpChannel;
|
||||
E char *LogChannel;
|
||||
E char **NetworkDomains;
|
||||
E int DomainNumber;
|
||||
E char *NetworkName;
|
||||
|
||||
E char *s_NickServ;
|
||||
@@ -680,6 +678,8 @@ E u_char getrandom8(void);
|
||||
E u_int16_t getrandom16(void);
|
||||
E u_int32_t getrandom32(void);
|
||||
|
||||
E char *str_signed(u_char *str);
|
||||
|
||||
/**** modules.c ****/
|
||||
E void moduleCallBackRun(void);
|
||||
E void moduleCleanStruct(ModuleData **moduleData);
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
#include <limits.h>
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/stat.h> /* for umask() on some systems */
|
||||
#include <sys/types.h>
|
||||
|
||||
Reference in New Issue
Block a user