]> git.tuebingen.mpg.de Git - osl.git/blobdiff - osl.h.in
Change type of struct osl_table_description->flags to uint8_t.
[osl.git] / osl.h.in
index 514baa2ed576608c3f0a6b7607e5df68ad1eaccb..e4624799d12999044bdb1e2bdaa4b0add6de8374 100644 (file)
--- 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;
 };