summaryrefslogtreecommitdiff
path: root/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'extern.h')
-rw-r--r--extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern.h b/extern.h
index bc2cfa55a..58ca92f30 100644
--- a/extern.h
+++ b/extern.h
@@ -120,7 +120,7 @@ E int check_should_halfop(User * user, const char *chan);
E int check_should_owner(User * user, const char *chan);
E int check_should_protect(User * user, const char *chan);
#endif
-#if defined(IRC_ULTIMATE3) || defined(IRC_RAGE2)
+#if defined(IRC_ULTIMATE3) || defined(IRC_RAGE2) || defined(IRC_PTLINK)
E int check_should_protect(User * user, const char *chan);
#endif
E int check_kick(User * user, char *chan);