X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstream.h;fp=src%2Fstream.h;h=578b1403ba8e3a68edd2dfb3ddec7c9b23ce32a7;hb=d3445e43a2ce2453f8e2cd5ed9edd8b23ae54446;hp=80df9c93e8b6ebfeb7bf3b18ae8c5b639bd0cf01;hpb=4c2334863d702f2bc590280aafd8d540a71cc1cb;p=rodin%2Fchimara.git diff --git a/src/stream.h b/src/stream.h index 80df9c9..578b140 100644 --- a/src/stream.h +++ b/src/stream.h @@ -45,6 +45,6 @@ struct glk_stream_struct gchar *filename; /* Displayable filename in UTF-8 for error handling */ }; -strid_t window_stream_new(winid_t window); -void stream_close_common(strid_t str, stream_result_t *result); +G_GNUC_INTERNAL strid_t window_stream_new(winid_t window); +G_GNUC_INTERNAL void stream_close_common(strid_t str, stream_result_t *result); #endif