summaryrefslogtreecommitdiff
path: root/lib/replace/replace-test.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-03-19 00:44:47 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-03-19 03:20:05 +0100
commitf70a658b8273a5e06a11e2184a4e420fdbcd5744 (patch)
tree5189c42a3381b9efe7bed83a67df5beb03a5ec66 /lib/replace/replace-test.h
parent42eb3ab54d2935a27fd883ca16c0dd9aacd71d92 (diff)
downloadsamba-f70a658b8273a5e06a11e2184a4e420fdbcd5744.tar.gz
samba-f70a658b8273a5e06a11e2184a4e420fdbcd5744.tar.bz2
samba-f70a658b8273a5e06a11e2184a4e420fdbcd5744.zip
libreplace: Fix prototypes for all functions.
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);