summaryrefslogtreecommitdiff
path: root/lib/replace/replace-testsuite.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/replace-testsuite.h')
-rw-r--r--lib/replace/replace-testsuite.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/replace/replace-testsuite.h b/lib/replace/replace-testsuite.h
index a522853351..b28dbec067 100644
--- a/lib/replace/replace-testsuite.h
+++ b/lib/replace/replace-testsuite.h
@@ -1,13 +1,10 @@
-#ifndef __LIB_REPLACE_REPLACE_TEST_H__
-#define __LIB_REPLACE_REPLACE_TEST_H__
+#ifndef __LIB_REPLACE_REPLACE_TESTSUITE_H__
+#define __LIB_REPLACE_REPLACE_TESTSUITE_H__
#include <stdbool.h>
struct torture_context;
bool torture_local_replace(struct torture_context *ctx);
-int libreplace_test_strptime(void);
-int test_readdir_os2_delete(void);
-int getifaddrs_test(void);
-#endif /* __LIB_REPLACE_REPLACE_TEST_H__ */
+#endif /* __LIB_REPLACE_REPLACE_TESTSUITE_H__ */