summaryrefslogtreecommitdiffstats
path: root/src/core/internal_network/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/internal_network/network.h')
-rw-r--r--src/core/internal_network/network.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/internal_network/network.h b/src/core/internal_network/network.h
index c7e20ae34..b7b7d773a 100644
--- a/src/core/internal_network/network.h
+++ b/src/core/internal_network/network.h
@@ -96,6 +96,9 @@ public:
~NetworkInstance();
};
+void CancelPendingSocketOperations();
+void RestartSocketOperations();
+
#ifdef _WIN32
constexpr IPv4Address TranslateIPv4(in_addr addr) {
auto& bytes = addr.S_un.S_un_b;