X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstream.h;h=1f9f3c82596e4f45222bcca3a660bb0741108c7f;hb=3f33a29456e1aba473c03b58d320d5f56620cb2b;hp=7bab826b85c8295bc228a549eab69c78af7db9a4;hpb=cfdddc22cc7aa7fcfaebb74102de03de8f4ad27a;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