diff options
Diffstat (limited to 'src/runtime/c/gu/file.h')
| -rw-r--r-- | src/runtime/c/gu/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/c/gu/file.h b/src/runtime/c/gu/file.h index 1bb3fb00a..9636b8383 100644 --- a/src/runtime/c/gu/file.h +++ b/src/runtime/c/gu/file.h @@ -5,10 +5,10 @@ #include <gu/out.h> #include <stdio.h> -GuOut* +GU_API_DECL GuOut* gu_file_out(FILE* file, GuPool* pool); -GuIn* +GU_API_DECL GuIn* gu_file_in(FILE* file, GuPool* pool); #endif // GU_FILE_H_ |
