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/enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/gu/enum.h') diff --git a/src/runtime/c/gu/enum.h b/src/runtime/c/gu/enum.h index 88cd5ba6a..92f5d69f6 100644 --- a/src/runtime/c/gu/enum.h +++ b/src/runtime/c/gu/enum.h @@ -9,7 +9,7 @@ struct GuEnum { void (*next)(GuEnum* self, void* to, GuPool* pool); }; -void +GU_API_DECL void gu_enum_next(GuEnum* en, void* to, GuPool* pool); #ifdef GU_GNUC -- cgit v1.2.3