e1782fff8a
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>
8 sor
152 B
C
8 sor
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 */
|