Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LBNet/LBNet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down