summaryrefslogtreecommitdiff
path: root/tests/filter/custom_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/filter/custom_helpers.h')
-rw-r--r--tests/filter/custom_helpers.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/filter/custom_helpers.h b/tests/filter/custom_helpers.h
deleted file mode 100644
index 537a51da2..000000000
--- a/tests/filter/custom_helpers.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "git2/sys/filter.h"
-
-extern git_filter *create_bitflip_filter(void);
-extern git_filter *create_reverse_filter(const char *attr);
-extern git_filter *create_erroneous_filter(const char *attr);
-
-extern int bitflip_filter_apply(
- git_filter *self,
- void **payload,
- git_buf *to,
- const git_buf *from,
- const git_filter_source *source);
-
-extern int reverse_filter_apply(
- git_filter *self,
- void **payload,
- git_buf *to,
- const git_buf *from,
- const git_filter_source *source);