aboutsummaryrefslogtreecommitdiff
path: root/src/Wifi.h
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-07-16 00:57:26 +0200
committerStapleButter <thetotalworm@gmail.com>2017-07-16 00:57:26 +0200
commit08bdef481f1685e596fc2e45597a4bfe60aae8aa (patch)
tree00c03f45f169102c9b5e7ea15dd8dbada4dd7d09 /src/Wifi.h
parentbb963c35a4b0ab035be39d0d95d1da50a01156a9 (diff)
add setting for whether to bind the wifi socket to any address or to loopback only
Diffstat (limited to 'src/Wifi.h')
-rw-r--r--src/Wifi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wifi.h b/src/Wifi.h
index 65707f2..f0bf0ad 100644
--- a/src/Wifi.h
+++ b/src/Wifi.h
@@ -140,6 +140,9 @@ enum
};
+extern bool MPInited;
+
+
bool Init();
void DeInit();
void Reset();