X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=cache.h;h=8dc1de16e4270ed138007be6576259f97c159e2a;hb=cfcbd3427e67056a00ec832645b057eaf33888d9;hp=0d3b244ddd52ada5f08fdb495237c1760778a289;hpb=bfea9fc499360124f7c34ff8fe52a286e9629165;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 */