summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index 6f6601865..1c517a1b7 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1133,7 +1133,6 @@ E void anope_SendCTCP(const char *source, const char *dest, const char *fmt, ..
E void anope_SendNumeric(const char *, int, const char *, const char *, ...) FORMAT(printf, 4, 5); /* Numerics */
E void anope_ProcessUsermodes(User * user, int ac, const char **av);
-E void anope_SendSVID(const char *nick, time_t ts);
E void anope_SendSVID2(User *u, const char *ts);
E void anope_SendSVID3(User *u, const char *ts);
E void anope_SendUnregisteredNick(User *u);