Port synccommon package; actually upload config package port

This commit is contained in:
2026-01-31 22:14:13 -05:00
parent 52793fd343
commit 079ecb64d0
4 changed files with 91 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
//
// r1: decLines (pointer to C-allocated array)
//
// r2: length decLines array
// r2: decLines length
//
//export DecryptFileToSlice
func DecryptFileToSlice(realPath, rcwPassword C.PascalString) (*C.char, *C.PascalString, C.int) {