Skip to content

Commit 847f851

Browse files
authored
Restoring LwsTokens functionality (#22)
1 parent e2b829c commit 847f851

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Libwebsockets"
22
uuid = "30a1cee6-c274-443c-b274-d8ea34e8f87d"
3-
version = "1.3.1"
3+
version = "1.3.2"
44

55
[deps]
66
libwebsockets_jll = "b6b84edf-6aef-5ff6-9b66-656961a84a09"

src/types.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export Lws,
3636
LwsTlsCertInfoResults,
3737
LwsTlsSessionDump,
3838
LwsTokenLimits,
39+
LwsTokens,
3940
LwsVhost,
4041
LwsWritePassthru,
4142
LwsX509Cert,
@@ -396,7 +397,7 @@ Base.@kwdef mutable struct LwsProcessHtmlState
396397
replace::Ptr{Cvoid} = C_NULL
397398
end
398399

399-
Base.@kwdef mutable struct LwswrTokens
400+
Base.@kwdef mutable struct LwsTokens
400401
token::Ptr{Cuchar} = C_NULL
401402
len::Cint = 0
402403
end

0 commit comments

Comments
 (0)