Re: [PATCH 03/14] ddb/db_cond.c: move struct definition to a header file

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Sun 08 Dec 2013 16:00:29 +0100, a écrit : > On 08.12.2013 15:28:06, Samuel Thibault wrote: > > Marin Ramesa, le Mon 02 Dec 2013 22:54:41 +0100, a écrit : > > > * ddb/db_cond.c (db_cond): Move struct definition to ddb/db_cond.h. > > > > Why? It's not used anywhere else. > > I jus

Re: [PATCH 03/14] ddb/db_cond.c: move struct definition to a header file

2013-12-08 Thread Marin Ramesa
On 08.12.2013 15:28:06, Samuel Thibault wrote: > Marin Ramesa, le Mon 02 Dec 2013 22:54:41 +0100, a écrit : > > * ddb/db_cond.c (db_cond): Move struct definition to ddb/db_cond.h. > > Why? It's not used anywhere else. I just tought it looks better this way. Guess I'm not used to seeing struct d

Re: [PATCH 03/14] ddb/db_cond.c: move struct definition to a header file

2013-12-08 Thread Samuel Thibault
Marin Ramesa, le Mon 02 Dec 2013 22:54:41 +0100, a écrit : > * ddb/db_cond.c (db_cond): Move struct definition to ddb/db_cond.h. Why? It's not used anywhere else. > --- > ddb/db_cond.c | 7 --- > ddb/db_cond.h | 7 +++ > 2 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a

[PATCH 03/14] ddb/db_cond.c: move struct definition to a header file

2013-12-02 Thread Marin Ramesa
* ddb/db_cond.c (db_cond): Move struct definition to ddb/db_cond.h. --- ddb/db_cond.c | 7 --- ddb/db_cond.h | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ddb/db_cond.c b/ddb/db_cond.c index 82ec0d6..b8e661b 100644 --- a/ddb/db_cond.c +++ b/ddb/db_cond.c @@ -38,1