From 5c93f2fba5eadaa1e516106c08d495c14a0eb647 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 19 Apr 2017 12:30:40 +0000 Subject: in libgu mark explicitly all functions that belong to the API --- src/runtime/c/gu/utf8.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/runtime/c/gu/utf8.h') diff --git a/src/runtime/c/gu/utf8.h b/src/runtime/c/gu/utf8.h index be3ab0412..6b4932b8e 100644 --- a/src/runtime/c/gu/utf8.h +++ b/src/runtime/c/gu/utf8.h @@ -31,13 +31,13 @@ gu_out_utf8(GuUCS ucs, GuOut* out, GuExn* err) // Helper functions used in other modules -GuUCS +GU_API_DECL GuUCS gu_utf8_decode(const uint8_t** buf); -void +GU_API_DECL void gu_utf8_encode(GuUCS ucs, uint8_t** buf); -void +GU_API_DECL void gu_in_utf8_buf(uint8_t** buf, GuIn* in, GuExn* err); #endif // GU_UTF8_H_ -- cgit v1.2.3