libldb/ldb-2.0.8/lib/replace/replace-testsuite.h

11 lines
243 B
C
Raw Normal View History

2020-02-18 15:26:18 +08:00
#ifndef __LIB_REPLACE_REPLACE_TESTSUITE_H__
#define __LIB_REPLACE_REPLACE_TESTSUITE_H__
#include <stdbool.h>
struct torture_context;
bool torture_local_replace(struct torture_context *ctx);
#endif /* __LIB_REPLACE_REPLACE_TESTSUITE_H__ */