blob: b28dbec067166913e5a7dd8bb536ce86931e9471 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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__ */
|