Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Oct 17, 2024
1 parent b671efd commit 38e1c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom/custom.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ func AddGrpcClientPublicKey(clientPublicKey []byte) error {
}

//export close
func close(mode SetupMode) {
hcore.Close(mode)
func close(mode C.int) {
hcore.Close(hcore.SetupMode(int32(mode)))
}

0 comments on commit 38e1c2e

Please sign in to comment.