source:
vendor/current/lib/replace/replace-testsuite.h
Last change on this file was 988, checked in by , 9 years ago | |
---|---|
File size: 243 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.