diff options
Diffstat (limited to 'src/libui_sdl')
-rw-r--r-- | src/libui_sdl/LAN.h | 3 |
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; |