cgitsb/ui-summary.h
Lars Hjemli e1782fff8a ui-summary: enable arbitrary paths below repo.readme
This change makes it possible to include any number of pages below
the 'about' tab for a repository. The path is assumed to be located
in the same directory as the 'repo.readme' file.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2009-08-09 13:41:54 +02:00

8 líneas
152 B
C

#ifndef UI_SUMMARY_H
#define UI_SUMMARY_H
extern void cgit_print_summary();
extern void cgit_print_repo_readme(char *path);
#endif /* UI_SUMMARY_H */