summaryrefslogtreecommitdiff
path: root/include/git2
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2')
-rw-r--r--include/git2/sys/filter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/sys/filter.h b/include/git2/sys/filter.h
index ca1fbfcce..dbb086b0e 100644
--- a/include/git2/sys/filter.h
+++ b/include/git2/sys/filter.h
@@ -139,7 +139,9 @@ typedef void (*git_filter_cleanup_fn)(
*/
struct git_filter {
unsigned int version;
+
const char *attributes;
+
git_filter_init_fn initialize;
git_filter_shutdown_fn shutdown;
git_filter_check_fn check;