From 9b43542a89b92ae436eae49712620c675e5621f9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 10 Nov 2017 17:30:24 +0900 Subject: tools: remove ioctl cruft --- src/tools/containers.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/tools/containers.h b/src/tools/containers.h index 2d0195d..c35465e 100644 --- a/src/tools/containers.h +++ b/src/tools/containers.h @@ -57,10 +57,6 @@ enum { WGDEVICE_HAS_FWMARK = 1U << 3 }; -enum { - WG_API_VERSION_MAGIC = 0xbeef0003 -}; - struct wgdevice { char name[IFNAMSIZ]; uint32_t ifindex; -- cgit v1.2.3-59-g8ed1b