aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2019-02-21 01:21:04 +0100
committerArisotura <thetotalworm@gmail.com>2019-02-21 01:21:04 +0100
commit2340be886cd9aa3dc01469c7ea8a110cfe5a104e (patch)
treea7018314d3c2a2df067d17de39cc0827383334e7
parent6743ea06399ed0253ca9e6522637117d43140de3 (diff)
oh well.
-rw-r--r--src/libui_sdl/LAN.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libui_sdl/LAN.h b/src/libui_sdl/LAN.h
index 613aceb..d2de0cf 100644
--- a/src/libui_sdl/LAN.h
+++ b/src/libui_sdl/LAN.h
@@ -26,7 +26,6 @@ namespace LAN
typedef struct
{
- //pcap_if_t* PCapInterface; // no, this shit shouldn't be exposed here. blarg
char DeviceName[128];
char FriendlyName[128];
char Description[128];
@@ -34,6 +33,8 @@ typedef struct
u8 IP_v4[4];
u8 DNS[8][4];
+ void* Internal;
+
} AdapterData;