aboutsummaryrefslogtreecommitdiff
path: root/protocols/inspircd4.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/inspircd4.h')
-rw-r--r--protocols/inspircd4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/inspircd4.h b/protocols/inspircd4.h
index 5b23440..7ac2cd7 100644
--- a/protocols/inspircd4.h
+++ b/protocols/inspircd4.h
@@ -57,6 +57,7 @@ void inspircd4_protocol_update_propagations(void);
void inspircd4_protocol_propagate(struct string from, struct string msg);
void inspircd4_protocol_propagate_new_server(struct string from, struct string attached_to, struct server_info *info);
+void inspircd4_protocol_propagate_remove_server(struct string from, struct server_info *server, struct string reason);
void inspircd4_protocol_propagate_unlink_server(struct string from, struct server_info *a, struct server_info *b, size_t protocol);
void inspircd4_protocol_propagate_new_user(struct string from, struct user_info *info);