diff options
| author | krasimir <krasimir@chalmers.se> | 2017-04-19 12:30:40 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2017-04-19 12:30:40 +0000 |
| commit | 5c93f2fba5eadaa1e516106c08d495c14a0eb647 (patch) | |
| tree | e0d2a925cc0f3c0d8ec4bac0668fb42b2a64babe /src/runtime/c/gu/utf8.h | |
| parent | 74ce52d761de9bc49fbb1aaf2d273d3edc34a3d6 (diff) | |
in libgu mark explicitly all functions that belong to the API
Diffstat (limited to 'src/runtime/c/gu/utf8.h')
| -rw-r--r-- | src/runtime/c/gu/utf8.h | 6 |
1 files changed, 3 insertions, 3 deletions
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_ |
