diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-05 19:07:58 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-08-05 19:07:58 +0000 |
commit | d61eebd738d2ea3c739018e986a6d16207e7b5e9 (patch) | |
tree | 9480b2f6aad388635a7d6309b39b76cde285c884 /include/extern.h | |
parent | 3dae15d46ceba9f5e78939abeb69998a9656657e (diff) |
BUILD : 1.7.14 (1111) BUGS : 570 NOTES : Allow doValidHost to be called from modules.
git-svn-id: svn://svn.anope.org/anope/trunk@1111 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@835 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index f48bd53cc..d324fb177 100644 --- a/include/extern.h +++ b/include/extern.h @@ -807,6 +807,7 @@ E int dotime(const char *s); E char *duration(NickAlias * na, char *buf, int bufsize, time_t seconds); E char *expire_left(NickAlias * na, char *buf, int len, time_t expires); E void protocol_debug(char *source, char *cmd, int argc, char **argv); +E int doValidHost(const char *host, int type); typedef int (*range_callback_t) (User * u, int num, va_list args); E int process_numlist(const char *numstr, int *count_ret, |