X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl_core.h;h=bdc584b9215c3708a8807970cceac881eedb05bf;hb=ff9ce949110452295fd4675d5cb0f08d89b4ca6f;hp=6046d8c768cc35906387be94e8304a99aede35ca;hpb=188bc1b06879b7fcd56c599e20db0ac87a0da4e3;p=osl.git diff --git a/osl_core.h b/osl_core.h index 6046d8c..bdc584b 100644 --- a/osl_core.h +++ b/osl_core.h @@ -363,8 +363,8 @@ _static_inline_ char *disk_storage_path(const struct osl_table *t, * \sa FOR_EACH_COLUMN_OF_TYPE, FOR_EACH_MAPPED_COLUMN, FOR_EACH_RBTREE_COLUMN, * FOR_EACH_DISK_STORAGE_COLUMN, FOR_EACH_VOLATILE_COLUMN, osl_storage_type. */ -_static_inline_ int next_column_of_type(enum osl_storage_type type, int col_num, - const struct osl_table *t, +_static_inline_ unsigned next_column_of_type(enum osl_storage_type type, + unsigned col_num, const struct osl_table *t, const struct osl_column_description **cd) { *cd = NULL;