From 5e94b3da5c69c4e4d0fa3e4da91cccbf43560136 Mon Sep 17 00:00:00 2001 From: fearworksmedia Date: Sun, 21 Nov 2021 16:43:02 +0000 Subject: [PATCH] Added address to CreateListenSocketInternal() --- LBNet/LBNet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LBNet/LBNet.h b/LBNet/LBNet.h index 58db43b..6798485 100644 --- a/LBNet/LBNet.h +++ b/LBNet/LBNet.h @@ -21,7 +21,7 @@ void WriteDebugLog(LPCSTR function, LPCSTR message); LBNET_API BOOL __stdcall IsReadAvailable(SOCKET sock, int msTimeout); SOCKET ConnectInternal(LPCSTR pHost, LPCSTR pService, ULONG msTimeout, LPCSTR pLocalService, int protocol); -SOCKET CreateListenSocketInternal(LPCSTR pService, int protocol); +SOCKET CreateListenSocketInternal(LPCSTR address, LPCSTR pService, int protocol); typedef struct TLSCtxtWrapper