blob: d324c9284232c3e5ccc1bbcd407fb75551834d3e [file] [log] [blame]
Lars Hjemlic5984a92008-03-24 16:38:47 +01001#ifndef UI_LOG_H
2#define UI_LOG_H
3
4extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep,
Johan Herlandad230262010-11-15 18:39:52 +01005 char *pattern, char *path, int pager,
Tobias Bieniek792f8132012-10-13 16:10:30 +02006 int commit_graph, int commit_sort);
Justin Waters0027e382009-01-12 10:23:28 -05007extern void show_commit_decorations(struct commit *commit);
Lars Hjemlic5984a92008-03-24 16:38:47 +01008
9#endif /* UI_LOG_H */