summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
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_ */