From 89a980692558f3bcca27e93a751986dd92e69de3 Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 25 Jan 2023 23:47:38 +0100 Subject: [PATCH] PGF_API->PGF_API_DECL --- src/runtime/c/pgf/text.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/c/pgf/text.h b/src/runtime/c/pgf/text.h index 7eeb45a2f..31cf7f59c 100644 --- a/src/runtime/c/pgf/text.h +++ b/src/runtime/c/pgf/text.h @@ -32,10 +32,10 @@ ref textdup_db(ref t1); PGF_INTERNAL_DECL void text_db_release(ref text); -PGF_API uint32_t +PGF_API_DECL uint32_t pgf_utf8_decode(const uint8_t** src_inout); -PGF_API void +PGF_API_DECL void pgf_utf8_encode(uint32_t ucs, uint8_t** buf); PGF_INTERNAL_DECL