Skip to content

Commit f19f98e

Browse files
committed
win32_export context_close
1 parent 9511c0c commit f19f98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libusockets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ WIN32_EXPORT void us_socket_context_on_end(int ssl, struct us_socket_context_t *
177177
WIN32_EXPORT void *us_socket_context_ext(int ssl, struct us_socket_context_t *context);
178178

179179
/* Closes all open sockets, including listen sockets. Does not invalidate the socket context. */
180-
void us_socket_context_close(int ssl, struct us_socket_context_t *context);
180+
WIN32_EXPORT void us_socket_context_close(int ssl, struct us_socket_context_t *context);
181181

182182
/* Listen for connections. Acts as the main driving cog in a server. Will call set async callbacks. */
183183
WIN32_EXPORT struct us_listen_socket_t *us_socket_context_listen(int ssl, struct us_socket_context_t *context,

0 commit comments

Comments
 (0)