tvl-depot/third_party/cgit/ui-summary.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
162 B
C
Raw Normal View History

#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 */