summaryrefslogtreecommitdiffstats
path: root/forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'forward.h')
-rw-r--r--forward.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/forward.h b/forward.h
index 8361f5b..671cd84 100644
--- a/forward.h
+++ b/forward.h
@@ -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 */