From e2bcecad821f841ac40d0e0939f5805f8d142700 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 27 Feb 2012 21:28:40 +0100 Subject: Use custom buffers instead of struct iovec --- src/handshake.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/handshake.h') diff --git a/src/handshake.h b/src/handshake.h index 7fbc549..503d558 100644 --- a/src/handshake.h +++ b/src/handshake.h @@ -31,6 +31,6 @@ #include "fastd.h" void fastd_handshake_send(fastd_context *ctx, const fastd_peer *peer); -void fastd_handshake_handle(fastd_context *ctx, const fastd_peer *peer, uint8_t packet_type, struct iovec buffer); +void fastd_handshake_handle(fastd_context *ctx, const fastd_peer *peer, uint8_t packet_type, fastd_buffer buffer); #endif /* _FASTD_HANDSHAKE_H_ */ -- cgit v1.2.3