aboutsummaryrefslogtreecommitdiff
path: root/protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols.h')
-rw-r--r--protocols.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols.h b/protocols.h
index 4665dad..915bb96 100644
--- a/protocols.h
+++ b/protocols.h
@@ -38,6 +38,8 @@ struct protocol {
void * (*autoconnect)(void *config);
void (*update_propagations)(void);
+ void (*propagate)(struct string from, struct string msg);
+
void (*propagate_new_server)(struct string from, struct string attached_to, struct server_info *info);
void (*propagate_unlink_server)(struct string from, struct server_info *a, struct server_info *b, size_t protocol);