add setting for whether to bind the wifi socket to any address or to loopback only

This commit is contained in:
StapleButter
2017-07-16 00:57:26 +02:00
parent bb963c35a4
commit 08bdef481f
7 changed files with 35 additions and 6 deletions

View File

@ -140,6 +140,9 @@ enum
};
extern bool MPInited;
bool Init();
void DeInit();
void Reset();