Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Remove USE_PAGER from git-pickaxe and git-annotate
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 0d23a25b1f7d4ff62c9888aa69e0bf3f2884b811..e64071e2e352fee7d42d1896728e5d64626f3c49 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-546,6
+546,7
@@
extern int write_or_whine_pipe(int fd, const void *buf, size_t count, const char
/* pager.c */
extern void setup_pager(void);
+extern char *pager_program;
extern int pager_in_use;
extern int pager_use_color;