blob: d0cb7790688b2a16cc51284f434f296d6a43ceb3 [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,
6 int commit_graph);
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 */