diff options
| author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-01-26 17:14:49 +0000 |
|---|---|---|
| committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-01-26 17:14:49 +0000 |
| commit | 74edf282e97f18ba5f79574f3e196211cf927a16 (patch) | |
| tree | 70ec250bbf85c3ddb4d04790d065cd67faafa6dd /include | |
| parent | 033ce652559ac342a94bdf9edbabe77ed1e81369 (diff) | |
Bug: 425 - export buildStringList for modules to use.
git-svn-id: svn://svn.anope.org/anope/trunk@960 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@687 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
| -rw-r--r-- | include/extern.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index 90c01744e..ea0995f08 100644 --- a/include/extern.h +++ b/include/extern.h @@ -839,6 +839,10 @@ 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); + + + /**** modules.c ****/ E void modules_core_init(int number, char **list); E void modules_unload_all(boolean fini); /* Read warnings near function source */ |
