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/file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/runtime/c/gu/file.h') diff --git a/src/runtime/c/gu/file.h b/src/runtime/c/gu/file.h index 1bb3fb00a..9636b8383 100644 --- a/src/runtime/c/gu/file.h +++ b/src/runtime/c/gu/file.h @@ -5,10 +5,10 @@ #include #include -GuOut* +GU_API_DECL GuOut* gu_file_out(FILE* file, GuPool* pool); -GuIn* +GU_API_DECL GuIn* gu_file_in(FILE* file, GuPool* pool); #endif // GU_FILE_H_ -- cgit v1.2.3