summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-02-11 08:19:21 +1100
committerDamien Miller <djm@mindrot.org>2012-02-11 08:19:21 +1100
commit72de982def3ee6263922d315c7c743c97f600e6c (patch)
tree25b8c5e5ac34020e2d6e859a6c2ec049d25a544c /packet.h
parent5d0077008f6b9ff00dac01e2265cbfe67d4fe1d0 (diff)
downloadopenssh-git-72de982def3ee6263922d315c7c743c97f600e6c.tar.gz
- markus@cvs.openbsd.org 2012/01/25 19:40:09
[packet.c packet.h] packet_read_poll() is not used anymore.
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet.h b/packet.h
index 90eec17a..09ba0795 100644
--- a/packet.h
+++ b/packet.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.h,v 1.56 2011/05/06 21:14:05 djm Exp $ */
+/* $OpenBSD: packet.h,v 1.57 2012/01/25 19:40:09 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -55,7 +55,6 @@ void packet_send(void);
int packet_read(void);
void packet_read_expect(int type);
-int packet_read_poll(void);
void packet_process_incoming(const char *buf, u_int len);
int packet_read_seqnr(u_int32_t *seqnr_p);
int packet_read_poll_seqnr(u_int32_t *seqnr_p);