X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstream.h;fp=libchimara%2Fstream.h;h=1f9f3c82596e4f45222bcca3a660bb0741108c7f;hb=46271bc1f196ef9c6d0c69a84a55c9eac1deb8b3;hp=7bab826b85c8295bc228a549eab69c78af7db9a4;hpb=5a998150d0f5f2fac906dc72b0be80a3809726e8;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/stream.h b/libchimara/stream.h index 7bab826..1f9f3c8 100644 --- a/libchimara/stream.h +++ b/libchimara/stream.h @@ -49,5 +49,7 @@ struct glk_stream_struct }; G_GNUC_INTERNAL strid_t window_stream_new(winid_t window); +G_GNUC_INTERNAL strid_t file_stream_new(frefid_t fileref, glui32 fmode, glui32 rock, gboolean unicode); G_GNUC_INTERNAL void stream_close_common(strid_t str, stream_result_t *result); + #endif