diff options
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); |