aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/packets.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-12-11 13:51:34 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-12-11 13:59:39 +0100
commit5c329a7861562511003657ccf1ed95738508139e (patch)
treebb1e342c2c838678b1bf0cd222a564d96112e7da /src/packets.h
parentmain: consistent lines (diff)
downloadwireguard-monolithic-historical-5c329a7861562511003657ccf1ed95738508139e.tar.xz
wireguard-monolithic-historical-5c329a7861562511003657ccf1ed95738508139e.zip
device: clean up xmit error path
Diffstat (limited to 'src/packets.h')
-rw-r--r--src/packets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packets.h b/src/packets.h
index fbb81df..e36c12c 100644
--- a/src/packets.h
+++ b/src/packets.h
@@ -19,7 +19,7 @@ void packet_receive(struct wireguard_device *wg, struct sk_buff *skb);
void packet_process_queued_handshake_packets(struct work_struct *work);
/* send.c */
-int packet_send_queue(struct wireguard_peer *peer);
+void packet_send_queue(struct wireguard_peer *peer);
void packet_send_keepalive(struct wireguard_peer *peer);
void packet_queue_handshake_initiation(struct wireguard_peer *peer);
void packet_send_queued_handshakes(struct work_struct *work);