first.c compilet en draait!
[rodin/chimara.git] / src / stream.h
index 73c46d706de08048a536abc57eef55a608c884be..b5a1e6092edf7bed4c74eea92bbe2163cf09396c 100644 (file)
@@ -39,5 +39,5 @@ struct glk_stream_struct
 };
 
 strid_t window_stream_new(winid_t window);
-
+void stream_close_common(strid_t str, stream_result_t *result);
 #endif