mirror of
https://github.com/anope/anope.git
synced 2026-07-08 01:23:14 +02:00
Added module blocks for autoloading non-core modules.
Modified buildStringList to take an std::string and use spacesepstream instead of strtok. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1745 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -696,7 +696,7 @@ E char *str_signed(unsigned char *str);
|
||||
|
||||
E void ntoa(struct in_addr addr, char *ipaddr, int len);
|
||||
|
||||
E char **buildStringList(char *src, int *number);
|
||||
E char **buildStringList(const std::string &src, int *number);
|
||||
E void binary_to_hex(unsigned char *bin, char *hex, int length);
|
||||
|
||||
E uint32 cidr_to_netmask(uint16 cidr);
|
||||
|
||||
Reference in New Issue
Block a user