Merge branch 'jn/editor-pager'
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 71a731dbc988a8a22d0a2e1f8f3a5223f4c5d67a..a9047491e650dc0f6267b578fabeb33cafd20885 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -751,6 +751,8 @@ extern const char *git_author_info(int);
 extern const char *git_committer_info(int);
 extern const char *fmt_ident(const char *name, const char *email, const char *date_str, int);
 extern const char *fmt_name(const char *name, const char *email);
+extern const char *git_editor(void);
+extern const char *git_pager(void);
 
 struct checkout {
        const char *base_dir;