diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-27 03:43:04 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-31 17:25:23 +0100 |
commit | 66585d56a941b15d95d15e21641e89d86bb6271b (patch) | |
tree | abd033864b5125a2b04813d964abbc1336ace1cc /src/socket.h | |
parent | 424ff7b8ed77bf556e16fca94e72483daf846caa (diff) |
global: get rid of useless forward declarations
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/socket.h b/src/socket.h index 4f83926..843d544 100644 --- a/src/socket.h +++ b/src/socket.h @@ -8,9 +8,6 @@ #include <linux/if_vlan.h> #include <linux/if_ether.h> -struct wireguard_device; -struct endpoint; - int socket_init(struct wireguard_device *wg); void socket_uninit(struct wireguard_device *wg); int socket_send_buffer_to_peer(struct wireguard_peer *peer, void *data, size_t len, u8 ds); |