parent
9abe4a26a9
commit
4c69241b05
@ -1,7 +1,7 @@ |
|||||||
#ifndef UI_REPOLIST_H |
#ifndef UI_REPOLIST_H |
||||||
#define UI_REPOLIST_H |
#define UI_REPOLIST_H |
||||||
|
|
||||||
extern void cgit_print_repolist(); |
extern void cgit_print_repolist(void); |
||||||
extern void cgit_print_site_readme(); |
extern void cgit_print_site_readme(void); |
||||||
|
|
||||||
#endif /* UI_REPOLIST_H */ |
#endif /* UI_REPOLIST_H */ |
||||||
|
@ -1,7 +1,7 @@ |
|||||||
#ifndef UI_SUMMARY_H |
#ifndef UI_SUMMARY_H |
||||||
#define UI_SUMMARY_H |
#define UI_SUMMARY_H |
||||||
|
|
||||||
extern void cgit_print_summary(); |
extern void cgit_print_summary(void); |
||||||
extern void cgit_print_repo_readme(char *path); |
extern void cgit_print_repo_readme(char *path); |
||||||
|
|
||||||
#endif /* UI_SUMMARY_H */ |
#endif /* UI_SUMMARY_H */ |
||||||
|
Loading…
Reference in new issue