Fix indentation issues

This commit is contained in:
Hugues Delorme 2013-03-27 13:00:48 +01:00
parent 28b3b2aded
commit 8b5b6d5247
3 changed files with 9 additions and 7 deletions

View File

@ -16,6 +16,8 @@ struct foug_stream
size_t (*write_func)(foug_stream_t*, const void*, size_t, size_t);
};
/* Initialization */
FOUG_LIB_EXPORT void foug_stream_set_null(foug_stream_t* stream);
FOUG_LIB_EXPORT void foug_stream_set_stdio(foug_stream_t* stream, FILE* file);