summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/extern.h b/include/extern.h
index e0d02736a..15fb51aa7 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1253,8 +1253,8 @@ E int anope_flood_mode_check(const char *value);
E void anope_SendJupe(const char *jserver, const char *who, const char *reason);
-E int anope_valid_nick(const char *nick);
-E int anope_valid_chan(const char *chan);
+E int anope_IsNickValid(const char *nick);
+E int anope_IsChannelValid(const char *chan);
E char *common_get_vident(User *u);
E char *common_get_vhost(User *u);