X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=cache.h;h=8dc1de16e4270ed138007be6576259f97c159e2a;hb=cd1333db4f41c44930884176601a8f7725fdd0fa;hp=0d3b244ddd52ada5f08fdb495237c1760778a289;hpb=70e1cca3886b2efac5bcd42065bde45395dd92c7;p=git.git diff --git a/cache.h b/cache.h index 0d3b244d..8dc1de16 100644 --- 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 */