aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui-summary.h
blob: 9592802c8639d1e217022f7fa79b259a06eda7f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef UI_SUMMARY_H
#define UI_SUMMARY_H

#include <string-list.h>

extern void cgit_print_summary(void);
extern void cgit_print_repo_info_file(struct string_list file, const char *path);

#endif /* UI_SUMMARY_H */