X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstream.h;h=87b8b7a90bdc64fdf1ef4cf66adbd2740092e62c;hb=cbd4cb7f8c62b2ba51329a4cb082a96115a7529d;hp=193da479a174d543eaf4b62e1ed2402c4aea09b5;hpb=4240a3dfe7bae2864cdd67e8bdb9819949f01183;p=rodin%2Fchimara.git diff --git a/libchimara/stream.h b/libchimara/stream.h index 193da47..87b8b7a 100644 --- a/libchimara/stream.h +++ b/libchimara/stream.h @@ -2,6 +2,7 @@ #define STREAM_H #include +#include "chimara-glk-private.h" #include "glk.h" #include "gi_dispa.h" #include "window.h" @@ -55,5 +56,6 @@ 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