diff options
author | Amitay Isaacs <amitay@gmail.com> | 2013-05-29 14:44:03 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2013-05-29 17:47:16 +1000 |
commit | 4c1dc871b9ebdb9a83ab7b4714d89e451ea0783a (patch) | |
tree | 340462070c256ce4f33bf0ccf344725c16270e17 /ctdb/lib/replace/replace-test.h | |
parent | fe1fc55c616f175a3ebdd8edb64dca0430c149d7 (diff) | |
download | samba-4c1dc871b9ebdb9a83ab7b4714d89e451ea0783a.tar.gz samba-4c1dc871b9ebdb9a83ab7b4714d89e451ea0783a.tar.xz samba-4c1dc871b9ebdb9a83ab7b4714d89e451ea0783a.zip |
replace: Sync to latest replace from upstream
The latest commits affecting lib/replace remove autoconf build from
Samba tree. So using following commit as a sync point.
commit 9ddfd7d8784e6f546628f48990b69ee2850be52d
Author: Andrew Bartlett <abartlet@samba.org>
Date: Wed May 22 17:23:30 2013 +1000
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 506b27c944b4031e8a325816bd12abddd442a0bb)
Diffstat (limited to 'ctdb/lib/replace/replace-test.h')
-rw-r--r-- | ctdb/lib/replace/replace-test.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ctdb/lib/replace/replace-test.h b/ctdb/lib/replace/replace-test.h index a522853351..ed8e75e3b1 100644 --- a/ctdb/lib/replace/replace-test.h +++ b/ctdb/lib/replace/replace-test.h @@ -1,10 +1,6 @@ #ifndef __LIB_REPLACE_REPLACE_TEST_H__ #define __LIB_REPLACE_REPLACE_TEST_H__ -#include <stdbool.h> -struct torture_context; - -bool torture_local_replace(struct torture_context *ctx); int libreplace_test_strptime(void); int test_readdir_os2_delete(void); int getifaddrs_test(void); |