X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstream.h;h=ef6b1f0dce5613e27e943ac7543275d7618c5bff;hb=634693fc827c6ef7ce2f324e4950b6d7354c394d;hp=87b8b7a90bdc64fdf1ef4cf66adbd2740092e62c;hpb=cbd4cb7f8c62b2ba51329a4cb082a96115a7529d;p=rodin%2Fchimara.git diff --git a/libchimara/stream.h b/libchimara/stream.h index 87b8b7a..ef6b1f0 100644 --- a/libchimara/stream.h +++ b/libchimara/stream.h @@ -56,6 +56,5 @@ struct glk_stream_struct G_GNUC_INTERNAL strid_t file_stream_new(frefid_t fileref, glui32 fmode, glui32 rock, gboolean unicode); G_GNUC_INTERNAL strid_t stream_new_common(glui32 rock); G_GNUC_INTERNAL void stream_close_common(strid_t str, stream_result_t *result); -G_GNUC_INTERNAL void trash_stream_thread_independent(ChimaraGlkPrivate *glk_data, strid_t str); #endif