X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fstream.h;h=25c052e072fc968dae7d2c5d39dc55259d5d6aa8;hb=904fed6618b22e84597efd60c3784e57d44f3ef1;hp=04134f5807f307b592adc5779eaca1208743bc00;hpb=16a17e66c632c5f0a654a3999b57eeb61730a473;p=projects%2Fchimara%2Fchimara.git diff --git a/src/stream.h b/src/stream.h index 04134f5..25c052e 100644 --- a/src/stream.h +++ b/src/stream.h @@ -12,8 +12,15 @@ enum StreamType STREAM_TYPE_FILE }; +/** + * glk_stream_struct: + * + * This is an opaque structure (see + * Opaque Structures and should not be accessed directly. + */ struct glk_stream_struct { + /*< private >*/ glui32 rock; /* Pointer to the list node in the global stream list that contains this stream */