summaryrefslogtreecommitdiffhomepage
path: root/packet.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-02-20 23:16:38 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-02-20 23:16:38 +0800
commit364a53577eb33f20bed877fc5d4a54de829707d8 (patch)
tree3006ce1d1a77e50fbb679cd4a8a454423f66d350 /packet.h
parent1b1997bf2da9322c526ec1da4358aae94f7de06e (diff)
Move generic network routines to netio.c
--HG-- branch : fastopen
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/packet.h b/packet.h
index ac14eca..c1d255e 100644
--- a/packet.h
+++ b/packet.h
@@ -47,8 +47,4 @@ typedef struct PacketType {
#define INIT_READBUF 128
-/* TODO: writev #ifdef guard */
-struct iovec * packet_queue_to_iovec(struct Queue *queue, int *ret_iov_count);
-void packet_queue_consume(struct Queue *queue, ssize_t written);
-
#endif /* _PACKET_H_ */