diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-16 17:44:35 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-16 17:44:35 +0000 |
| commit | 72a4c7e6c7a4187bfee58bdbf3c235f2b0ae44c7 (patch) | |
| tree | 16401c11ca7f35fd2a54517e5820500077864d67 /include | |
| parent | 0db67c7938e8f7c30ffc227d756bb5d51a53d861 (diff) | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 325625916..b1706b622 100644 --- a/include/extern.h +++ b/include/extern.h @@ -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); |
