summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 1d6082a8a..e7b5fcba9 100644
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.h,v 1.60 2014/04/28 03:09:18 djm Exp $ */ 1/* $OpenBSD: packet.h,v 1.61 2014/05/03 17:20:34 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -120,6 +120,7 @@ time_t packet_get_rekey_timeout(void);
120 120
121void packet_backup_state(void); 121void packet_backup_state(void);
122void packet_restore_state(void); 122void packet_restore_state(void);
123void packet_set_postauth(void);
123 124
124void *packet_get_input(void); 125void *packet_get_input(void);
125void *packet_get_output(void); 126void *packet_get_output(void);