diff options
author | Colin Watson <cjwatson@debian.org> | 2005-09-14 12:45:47 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2005-09-14 12:45:47 +0000 |
commit | 9b71add4cecf753c45f5fbd6ff0913bc95b3e95d (patch) | |
tree | d4ea8fdb30c7949c6433f5277c39548ea579d4dc /packet.h | |
parent | ed07bcbea56007ab5b218ddf3aa6a7d4e21966e0 (diff) | |
parent | 16704d57999d987fb8d9ba53379841a79f016d67 (diff) |
Merge 4.2p1 to the trunk.
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: packet.h,v 1.41 2004/05/11 19:01:43 deraadt Exp $ */ | 1 | /* $OpenBSD: packet.h,v 1.43 2005/07/25 11:59:40 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -30,6 +30,8 @@ u_int packet_get_protocol_flags(void); | |||
30 | void packet_start_compression(int); | 30 | void packet_start_compression(int); |
31 | void packet_set_interactive(int); | 31 | void packet_set_interactive(int); |
32 | int packet_is_interactive(void); | 32 | int packet_is_interactive(void); |
33 | void packet_set_server(void); | ||
34 | void packet_set_authenticated(void); | ||
33 | 35 | ||
34 | void packet_start(u_char); | 36 | void packet_start(u_char); |
35 | void packet_put_char(int ch); | 37 | void packet_put_char(int ch); |
@@ -52,7 +54,7 @@ u_int packet_get_char(void); | |||
52 | u_int packet_get_int(void); | 54 | u_int packet_get_int(void); |
53 | void packet_get_bignum(BIGNUM * value); | 55 | void packet_get_bignum(BIGNUM * value); |
54 | void packet_get_bignum2(BIGNUM * value); | 56 | void packet_get_bignum2(BIGNUM * value); |
55 | void *packet_get_raw(int *length_ptr); | 57 | void *packet_get_raw(u_int *length_ptr); |
56 | void *packet_get_string(u_int *length_ptr); | 58 | void *packet_get_string(u_int *length_ptr); |
57 | void packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2))); | 59 | void packet_disconnect(const char *fmt,...) __attribute__((format(printf, 1, 2))); |
58 | void packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2))); | 60 | void packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2))); |