ldb:ldb/common/ldb_controls.c - reference "err_string" variable correctly
[ira/wip.git] / lib / replace / replace-test.h
1 #ifndef __LIB_REPLACE_REPLACE_TEST_H__
2 #define __LIB_REPLACE_REPLACE_TEST_H__
3
4 #include <stdbool.h>
5 struct torture_context;
6
7 bool torture_local_replace(struct torture_context *ctx);
8 int libreplace_test_strptime(void);
9 int test_readdir_os2_delete(void);
10 int getifaddrs_test(void);
11
12 #endif /* __LIB_REPLACE_REPLACE_TEST_H__ */
13