X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/16ff2507b47a9820fc2a82566a9dd46dad2e2409..fa7499cc6ff64268191a9f17bb35c28908ea4a40:/openssh/packet.h diff --git a/openssh/packet.h b/openssh/packet.h index 4a7b529..caf8c46 100644 --- a/openssh/packet.h +++ b/openssh/packet.h @@ -47,7 +47,7 @@ void packet_put_bignum2(BIGNUM * value); void packet_put_string(const void *buf, u_int len); void packet_put_cstring(const char *str); void packet_put_raw(const void *buf, u_int len); -void packet_send(void); +int packet_send(void); int packet_read(void); void packet_read_expect(int type); @@ -75,8 +75,8 @@ void packet_set_state(int, u_int32_t, u_int64_t, u_int32_t); int packet_get_ssh1_cipher(void); void packet_set_iv(int, u_char *); -void packet_write_poll(void); -void packet_write_wait(void); +int packet_write_poll(void); +int packet_write_wait(void); int packet_have_data_to_write(void); int packet_not_very_much_data_to_write(void);