@@ -145,7 +145,6 @@ struct cache_entry {
145145
146146/* Forward structure decls */
147147struct pathspec ;
148- struct child_process ;
149148struct tree ;
150149
151150/*
@@ -621,8 +620,6 @@ int df_name_compare(const char *name1, size_t len1, int mode1,
621620int name_compare (const char * name1 , size_t len1 , const char * name2 , size_t len2 );
622621int cache_name_stage_compare (const char * name1 , int len1 , int stage1 , const char * name2 , int len2 , int stage2 );
623622
624- const char * git_pager (int stdout_is_tty );
625-
626623struct cache_def {
627624 struct strbuf path ;
628625 int flags ;
@@ -671,16 +668,6 @@ int copy_fd(int ifd, int ofd);
671668int copy_file (const char * dst , const char * src , int mode );
672669int copy_file_with_time (const char * dst , const char * src , int mode );
673670
674- /* pager.c */
675- void setup_pager (void );
676- int pager_in_use (void );
677- extern int pager_use_color ;
678- int term_columns (void );
679- void term_clear_line (void );
680- int decimal_width (uintmax_t );
681- int check_pager_config (const char * cmd );
682- void prepare_pager_args (struct child_process * , const char * pager );
683-
684671/* base85 */
685672int decode_85 (char * dst , const char * line , int linelen );
686673void encode_85 (char * buf , const unsigned char * data , int bytes );
0 commit comments