tests: Add missing declarations caused by #define magic
authorMartin Schwenke <martin@meltin.net>
Thu, 4 Sep 2014 03:30:09 +0000 (13:30 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 27 Mar 2015 02:51:31 +0000 (13:51 +1100)
commit987c485c92d096f45669e22f5fe0ad7c6661c1e2
tree944e96a4f4a9db2385f91f07f39de3e7aacefaeb
parentcbc8c9d96d652b2c5574e7f4d06dfd8cfa2d9a30
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>
(Imported from commit 6336b958d61ba6901edbaddac8bc10539c8f30ab)
tests/src/ctdb_test.c