Code

git-am: fix detection of absolute paths for windows
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index abbe08303ec24c07051c5e4f789ba85393868b94..2ef2fa3a5e166d94e5e981ca7c76afad13236e7e 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1035,6 +1035,7 @@ extern int pager_in_use(void);
 extern int pager_use_color;
 
 extern const char *editor_program;
+extern const char *askpass_program;
 extern const char *excludes_file;
 
 /* base85 */