summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-09-09 15:11:14 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-09 15:11:14 +0200
commiteebfa3279d525649c8b198b46df85a03ce1ad307 (patch)
tree00674d7bb480d6c0f88825c632d43216ce8b0075 /include
parent07cb887ed3fd460f79e38f2260fcc716e928640b (diff)
downloadcurl-eebfa3279d525649c8b198b46df85a03ce1ad307.tar.gz
curl_ws_meta: initial implementation
Diffstat (limited to 'include')
-rw-r--r--include/curl/websockets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/websockets.h b/include/curl/websockets.h
index dde0987e4..c86e7b88f 100644
--- a/include/curl/websockets.h
+++ b/include/curl/websockets.h
@@ -70,6 +70,6 @@ struct curl_ws_metadata {
int recvflags; /* See the CURLWS_* defines */
};
-struct curl_ws_metadata *curl_ws_meta(CURL *curl);
+CURL_EXTERN struct curl_ws_metadata *curl_ws_meta(CURL *curl);
#endif /* CURLINC_WEBSOCKETS_H */