diff options
Diffstat (limited to 'include/socketengine.h')
-rw-r--r-- | include/socketengine.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/socketengine.h b/include/socketengine.h index c1dd36536..8772b14a6 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -41,6 +41,11 @@ class CoreExport SocketEngine /** Read from sockets and do things */ static void Process(); + + static int GetLastError(); + static void SetLastError(int); + + static bool IgnoreErrno(); }; #endif // SOCKETENGINE_H |