summaryrefslogtreecommitdiffstatshomepage
path: root/ui-repolist.h
blob: 5b1e5427ef2b364348531a398497983c7ab6f0f3 (plain)
1
2
3
4
5
6
7
#ifndef UI_REPOLIST_H
#define UI_REPOLIST_H

extern void cgit_print_repolist();
extern void cgit_print_site_readme();

#endif /* UI_REPOLIST_H */
ed char *old_sha1, const unsigned char *new_sha1); extern void cgit_print_diff(const char *new_hex, const char *old_hex, const char *prefix, int show_ctrls); extern struct diff_filespec *cgit_get_current_old_file(void); extern struct diff_filespec *cgit_get_current_new_file(void); extern unsigned char old_rev_sha1[20]; extern unsigned char new_rev_sha1[20]; #endif /* UI_DIFF_H */