mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
in libgu mark explicitly all functions that belong to the API
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <gu/enum.h>
|
||||
|
||||
void
|
||||
GU_API void
|
||||
gu_enum_next(GuEnum* en, void* to, GuPool* pool)
|
||||
{
|
||||
en->next(en, to, pool);
|
||||
|
||||
Reference in New Issue
Block a user