ctdb-tests: Add missing declarations caused by #define magic
commit6336b958d61ba6901edbaddac8bc10539c8f30ab
authorMartin Schwenke <martin@meltin.net>
Thu, 4 Sep 2014 03:30:09 +0000 (4 13:30 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 9 Sep 2014 23:36:14 +0000 (10 01:36 +0200)
tree5a47e2bff22ea937e03215618594b8d4a9bfa349
parent6674949317dd4b2c1855571ea378eb6bc3b2e86c
ctdb-tests: Add missing declarations caused by #define magic

Some declarations get lost because they basically get #define-d away,
so they need to be repeated after the #undef-s.  Also, some functions
are introduced due the #define-s.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/src/ctdb_test.c