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/assert.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/runtime/c/gu/assert.h') diff --git a/src/runtime/c/gu/assert.h b/src/runtime/c/gu/assert.h index 9d7ecc15f..a49d64748 100644 --- a/src/runtime/c/gu/assert.h +++ b/src/runtime/c/gu/assert.h @@ -10,12 +10,12 @@ typedef enum { GU_ASSERT_NEVER } GuAssertMode; -void +GU_API_DECL void gu_abort_v_(GuAssertMode mode, const char* file, const char* func, int line, const char* msg_fmt, va_list args); -void +GU_API_DECL void gu_abort_(GuAssertMode mode, const char* file, const char* func, int line, const char* msg_fmt, ...); @@ -55,7 +55,7 @@ gu_abort_(GuAssertMode mode, #define gu_impossible() \ gu_impossible_msg(NULL) -void +GU_API_DECL void gu_fatal(const char* fmt, ...); #endif /* GU_ASSERT_H_ */ -- cgit v1.2.3