s4:scripting/python: always treat the highwatermark as opaque (bug #9508)
[Samba/gebeck_regimport.git] / lib / replace / replace-testsuite.h
blobb28dbec067166913e5a7dd8bb536ce86931e9471
1 #ifndef __LIB_REPLACE_REPLACE_TESTSUITE_H__
2 #define __LIB_REPLACE_REPLACE_TESTSUITE_H__
4 #include <stdbool.h>
5 struct torture_context;
7 bool torture_local_replace(struct torture_context *ctx);
9 #endif /* __LIB_REPLACE_REPLACE_TESTSUITE_H__ */