diff options
Diffstat (limited to '')
-rw-r--r-- | push.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,6 +49,8 @@ bool send_push_request (struct context *c); void receive_auth_failed (struct context *c, const struct buffer *buffer); +void server_pushed_restart (struct context *c, const struct buffer *buffer); + #if P2MP_SERVER void clone_push_list (struct options *o); @@ -64,6 +66,8 @@ void remove_iroutes_from_push_route_list (struct options *o); void send_auth_failed (struct context *c, const char *client_reason); +void send_restart (struct context *c); + #endif #endif #endif |