Move log-functions into ui-log.c

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Este commit está contenido en:
Lars Hjemli
2006-12-11 17:04:19 +01:00
padre 1418034e64
commit d14c5f6d3a
Se han modificado 5 ficheros con 121 adiciones y 111 borrados

5
cgit.h
Ver fichero

@@ -75,11 +75,10 @@ extern void cgit_print_docend();
extern void cgit_print_pageheader(char *title);
extern void cgit_print_repolist(struct cacheitem *item);
extern void cgit_print_summary();
extern void cgit_print_log(const char *tip, int ofs, int cnt);
extern void cgit_repo_config_cb(const char *name, const char *value);
extern void cgit_print_repo_summary();
#endif /* CGIT_H */