Code opschonen, toevoegen documentatie
[projects/chimara/chimara.git] / src / stream.h
index b5a1e6092edf7bed4c74eea92bbe2163cf09396c..04134f5807f307b592adc5779eaca1208743bc00 100644 (file)
@@ -22,7 +22,7 @@ struct glk_stream_struct
        glui32 file_mode;
        glui32 read_count;
        glui32 write_count;
-       enum StreamType stream_type;
+       enum StreamType type;
        /* Specific to window stream: the window this stream is connected to */
        winid_t window;
        /* For memory and file streams */