Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'lt/rev-list' into next
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 0d3b244ddd52ada5f08fdb495237c1760778a289..8dc1de16e4270ed138007be6576259f97c159e2a 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-354,4
+354,7
@@
extern int copy_fd(int ifd, int ofd);
extern int receive_unpack_pack(int fd[2], const char *me, int quiet);
extern int receive_keep_pack(int fd[2], const char *me, int quiet);
+/* pager.c */
+extern void setup_pager(void);
+
#endif /* CACHE_H */