We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b829c commit 847f851Copy full SHA for 847f851
Project.toml
@@ -1,6 +1,6 @@
1
name = "Libwebsockets"
2
uuid = "30a1cee6-c274-443c-b274-d8ea34e8f87d"
3
-version = "1.3.1"
+version = "1.3.2"
4
5
[deps]
6
libwebsockets_jll = "b6b84edf-6aef-5ff6-9b66-656961a84a09"
src/types.jl
@@ -36,6 +36,7 @@ export Lws,
36
LwsTlsCertInfoResults,
37
LwsTlsSessionDump,
38
LwsTokenLimits,
39
+ LwsTokens,
40
LwsVhost,
41
LwsWritePassthru,
42
LwsX509Cert,
@@ -396,7 +397,7 @@ Base.@kwdef mutable struct LwsProcessHtmlState
396
397
replace::Ptr{Cvoid} = C_NULL
398
end
399
-Base.@kwdef mutable struct LwswrTokens
400
+Base.@kwdef mutable struct LwsTokens
401
token::Ptr{Cuchar} = C_NULL
402
len::Cint = 0
403
0 commit comments