From f9b41602d56c48541e7a9a811fc07f74c7e20a1b Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Tue, 6 Dec 2022 21:55:31 +0800 Subject: [PATCH] update: to_json header file --- include/to_json.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/to_json.h b/include/to_json.h index c93c353..a728d81 100644 --- a/include/to_json.h +++ b/include/to_json.h @@ -7,6 +7,6 @@ #include #include -void free_rust_string(const char *string); +void free_rust_string(const char *ptr); -const char *to_json_rust(const char *content); +const char *to_json_ffi(const char *content);