build: use -fstack-protector if available
[sfrench/samba-autobuild/.git] / lib / replace / replace-testsuite.h
1 #ifndef __LIB_REPLACE_REPLACE_TESTSUITE_H__
2 #define __LIB_REPLACE_REPLACE_TESTSUITE_H__
3
4 #include <stdbool.h>
5 struct torture_context;
6
7 bool torture_local_replace(struct torture_context *ctx);
8
9 #endif /* __LIB_REPLACE_REPLACE_TESTSUITE_H__ */
10