1
0
forked from GitHub/gf-core

in libgu mark explicitly all functions that belong to the API

This commit is contained in:
krasimir
2017-04-19 12:30:40 +00:00
parent 38dd190ff4
commit a03a99b9c7
35 changed files with 311 additions and 372 deletions

View File

@@ -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