Added 'static' and 'G_GNUC_INTERNAL' to hide all symbols that shouldn't be exported
[projects/chimara/chimara.git] / src / stream.h
index 80df9c93e8b6ebfeb7bf3b18ae8c5b639bd0cf01..578b1403ba8e3a68edd2dfb3ddec7c9b23ce32a7 100644 (file)
@@ -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