diff options
Diffstat (limited to 'forward.h')
-rw-r--r-- | forward.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ bool send_control_channel_string (struct context *c, const char *str, int msglev void process_ipv4_header (struct context *c, unsigned int flags, struct buffer *buf); #if P2MP -void schedule_exit (struct context *c, const int n_seconds); +void schedule_exit (struct context *c, const int n_seconds, const int signal); #endif #endif /* FORWARD_H */ |