summaryrefslogtreecommitdiff
path: root/src/runtime/c/gu/mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/gu/mem.h')
-rw-r--r--src/runtime/c/gu/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/c/gu/mem.h b/src/runtime/c/gu/mem.h
index 04fd0ede5..3f16a6a1c 100644
--- a/src/runtime/c/gu/mem.h
+++ b/src/runtime/c/gu/mem.h
@@ -21,7 +21,7 @@ typedef struct GuPool GuPool;
/// Create a new memory pool.
-GU_ONLY GuPool*
+GU_API_DECL GuPool*
gu_new_pool(void);
/**<