source: vendor/current/lib/replace/replace-testsuite.h

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 243 bytes
Line 
1#ifndef __LIB_REPLACE_REPLACE_TESTSUITE_H__
2#define __LIB_REPLACE_REPLACE_TESTSUITE_H__
3
4#include <stdbool.h>
5struct torture_context;
6
7bool torture_local_replace(struct torture_context *ctx);
8
9#endif /* __LIB_REPLACE_REPLACE_TESTSUITE_H__ */
10
Note: See TracBrowser for help on using the repository browser.