X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl.h.in;fp=osl.h.in;h=e4624799d12999044bdb1e2bdaa4b0add6de8374;hb=a0c9be13b316e5a69c41d849e6eaa302b22c7e08;hp=514baa2ed576608c3f0a6b7607e5df68ad1eaccb;hpb=53c4162f4a1fd70343332b9596e89d73c8547e51;p=osl.git diff --git a/osl.h.in b/osl.h.in index 514baa2..e462479 100644 --- a/osl.h.in +++ b/osl.h.in @@ -135,8 +135,8 @@ struct osl_table_description { const char *name; /** The number of columns of this table. */ uint16_t num_columns; - /** Further table-wide information. */ - enum osl_table_flags flags; + /** Further table-wide information, \sa osl_table_flags. */ + uint8_t flags; /** The array describing the individual columns of the table. */ struct osl_column_description *column_descriptions; };