ccba7eb9d0
Signed-off-by: Christian Hesse <mail@eworm.de>
8 regels
162 B
C
8 regels
162 B
C
#ifndef UI_SUMMARY_H
|
|
#define UI_SUMMARY_H
|
|
|
|
extern void cgit_print_summary(void);
|
|
extern void cgit_print_repo_readme(const char *path);
|
|
|
|
#endif /* UI_SUMMARY_H */
|