fixed ssl.c bug when ssl backend returns IO_BLOCKED but IO engine doesn't get informe...
[ircu2.10.12-pk.git] / include / handlers.h
index 8d522155f81199205a41c637a0d860daca0e6611..2cb2954543122501df4c1378594e18cfc161688a 100644 (file)
@@ -134,6 +134,7 @@ extern int m_svsjoin(struct Client*, struct Client*, int, char*[]);
 extern int m_time(struct Client*, struct Client*, int, char*[]);
 extern int m_topic(struct Client*, struct Client*, int, char*[]);
 extern int m_trace(struct Client*, struct Client*, int, char*[]);
+extern int m_uninvite(struct Client*, struct Client*, int, char*[]);
 extern int m_unregistered(struct Client*, struct Client*, int, char*[]);
 extern int m_unsupported(struct Client*, struct Client*, int, char*[]);
 extern int m_user(struct Client*, struct Client*, int, char*[]);
@@ -194,6 +195,7 @@ extern int ms_end_of_burst(struct Client*, struct Client*, int, char*[]);
 extern int ms_end_of_burst_ack(struct Client*, struct Client*, int, char*[]);
 extern int ms_error(struct Client*, struct Client*, int, char*[]);
 extern int ms_fakehost(struct Client*, struct Client*, int, char*[]);
+extern int ms_fakehost2(struct Client*, struct Client*, int, char*[]);
 extern int ms_fakehost_old(struct Client*, struct Client*, int, char*[]);
 extern int ms_gline(struct Client*, struct Client*, int, char*[]);
 extern int ms_hidehost(struct Client*, struct Client*, int, char*[]);
@@ -231,8 +233,10 @@ extern int ms_svsmode(struct Client*, struct Client*, int, char*[]);
 extern int ms_svsnick(struct Client*, struct Client*, int, char*[]);
 extern int ms_svsnick_old(struct Client*, struct Client*, int, char*[]);
 extern int ms_svsjoin(struct Client*, struct Client*, int, char*[]);
+extern int ms_svspart(struct Client*, struct Client*, int, char*[]);
 extern int ms_topic(struct Client*, struct Client*, int, char*[]);
 extern int ms_trace(struct Client*, struct Client*, int, char*[]);
+extern int ms_uninvite(struct Client*, struct Client*, int, char*[]);
 extern int ms_uping(struct Client*, struct Client*, int, char*[]);
 extern int ms_version(struct Client*, struct Client*, int, char*[]);
 extern int ms_wallchops(struct Client*, struct Client*, int, char*[]);