X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=cache.h;h=3af6b868e86032af59ce31c3cbe714b7e5a0ee25;hb=f67b45f862d17b54037b9b59eefc385624d1fa83;hp=58eec00e0ed1d2c20c51d3973d7463ccef0afb26;hpb=a4a88b2bab3b6fb0b30f63418701f42388e0fe0a;p=git.git diff --git a/cache.h b/cache.h index 58eec00e..3af6b868 100644 --- a/cache.h +++ b/cache.h @@ -352,4 +352,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 */