aboutsummaryrefslogtreecommitdiff
path: root/protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols.h')
-rw-r--r--protocols.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols.h b/protocols.h
index b91a6bf..3b4aca3 100644
--- a/protocols.h
+++ b/protocols.h
@@ -33,6 +33,9 @@ struct protocol {
void * (*autoconnect)(void *config);
void (*update_propagations)(void);
+ void (*propagate_new_server)(struct string from, struct string attached_to, struct string sid, struct server_info *info);
+ void (*propagate_unlink)(struct string from, struct server_info *a, struct server_info *b, size_t protocol);
+
void (*do_unlink)(struct server_info *a, struct server_info *b);
};