Add fakeSocketDumpState()

This commit is contained in:
Tor Lillqvist
2018-10-15 22:41:38 +03:00
parent ef3e09728f
commit cab2f9b6bb
2 changed files with 35 additions and 0 deletions

View File

@ -44,6 +44,8 @@ int fakeSocketShutdown(int fd);
int fakeSocketClose(int fd);
void fakeSocketDumpState();
#endif // MOBILEAPP
#endif // INCLUDED_FAKESOCKET_H