summaryrefslogtreecommitdiff
path: root/src/diff_driver.h
diff options
context:
space:
mode:
authorBrian Lopez <seniorlopez@gmail.com>2018-01-10 19:19:34 -0800
committerBrian Lopez <seniorlopez@gmail.com>2018-01-10 19:19:34 -0800
commit5734768b9edaecedaa7b13fed2ce59cb588df7e8 (patch)
tree84a845211a548cef770bbccd32d6d041a2bcea2b /src/diff_driver.h
parentf4f0e7eb0f8280ed6100c37c3af0aa66c31a8f9e (diff)
parentf1323d9c161aeeada190fd9615a8b5a9fb8a7f3e (diff)
downloadlibgit2-5734768b9edaecedaa7b13fed2ce59cb588df7e8.tar.gz
Merge remote-tracking branch 'origin/master' into charliesome/trailer-info
Diffstat (limited to 'src/diff_driver.h')
-rw-r--r--src/diff_driver.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/diff_driver.h b/src/diff_driver.h
index 5691cac30..a03a67e67 100644
--- a/src/diff_driver.h
+++ b/src/diff_driver.h
@@ -9,6 +9,7 @@
#include "common.h"
+#include "attr_file.h"
#include "buffer.h"
typedef struct git_diff_driver_registry git_diff_driver_registry;
@@ -18,7 +19,8 @@ void git_diff_driver_registry_free(git_diff_driver_registry *);
typedef struct git_diff_driver git_diff_driver;
-int git_diff_driver_lookup(git_diff_driver **, git_repository *, const char *);
+int git_diff_driver_lookup(git_diff_driver **, git_repository *,
+ git_attr_session *attrsession, const char *);
void git_diff_driver_free(git_diff_driver *);
/* diff option flags to force off and on for this driver */