s3:smb2_break: make use of file_fsp_smb2()
[Samba/gebeck_regimport.git] / lib / replace / replace-test.h
bloba522853351ceb9a32cf0a0c7574a3ff64efc70f1
1 #ifndef __LIB_REPLACE_REPLACE_TEST_H__
2 #define __LIB_REPLACE_REPLACE_TEST_H__
4 #include <stdbool.h>
5 struct torture_context;
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);
12 #endif /* __LIB_REPLACE_REPLACE_TEST_H__ */