On 20.11.2013 21:19:24, Guillem Jover wrote: > On Wed, 2013-11-20 at 13:53:47 +0100, Marin Ramesa wrote: > > * ddb/db_expr.h (db_expression): Remove (db_addr_t *) argument > name. > > Do you mean db_expr_t?
No, (db_addr_t *). > > --- > > ddb/db_expr.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/ddb/db_expr.h b/ddb/db_expr.h > > index 989b66b..6a24ccd 100644 > > --- a/ddb/db_expr.h > > +++ b/ddb/db_expr.h > > @@ -21,6 +21,6 @@ int db_size_option( > > boolean_t *u_option, > > boolean_t *t_option); > > > > -int db_expression(db_expr_t *valuep); > > +int db_expression(db_expr_t *); > > Why? It seems there is a collision in names somewhere where db_expr.h is included. valuep is a pointer to db_addr_t.