aboutsummaryrefslogtreecommitdiff
path: root/protocols/inspircd2.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/inspircd2.h')
-rw-r--r--protocols/inspircd2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/inspircd2.h b/protocols/inspircd2.h
index b5df434..6caaff3 100644
--- a/protocols/inspircd2.h
+++ b/protocols/inspircd2.h
@@ -48,6 +48,7 @@ void inspircd2_protocol_update_propagations(void);
void inspircd2_protocol_propagate(struct string from, struct string msg);
void inspircd2_protocol_propagate_new_server(struct string from, struct string attached_to, struct server_info *info);
+void inspircd2_protocol_propagate_remove_server(struct string from, struct server_info *server, struct string reason);
void inspircd2_protocol_propagate_unlink_server(struct string from, struct server_info *a, struct server_info *b, size_t protocol);
void inspircd2_protocol_propagate_new_user(struct string from, struct user_info *info);