summaryrefslogtreecommitdiff
path: root/lib/replace/replace-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/replace-test.h')
-rw-r--r--lib/replace/replace-test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/replace/replace-test.h b/lib/replace/replace-test.h
index 95fb7abe1c..a522853351 100644
--- a/lib/replace/replace-test.h
+++ b/lib/replace/replace-test.h
@@ -1,6 +1,9 @@
#ifndef __LIB_REPLACE_REPLACE_TEST_H__
#define __LIB_REPLACE_REPLACE_TEST_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);