X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/c5984a9896b39748e61daf6e620483749654b102..2aabeaf834a47c2fd64e045a28cd2e5b90658939:/ui-log.h?ds=sidebyside diff --git a/ui-log.h b/ui-log.h index 877e40e..d0cb779 100644 --- a/ui-log.h +++ b/ui-log.h @@ -2,6 +2,8 @@ #define UI_LOG_H extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, - char *pattern, char *path, int pager); + char *pattern, char *path, int pager, + int commit_graph); +extern void show_commit_decorations(struct commit *commit); #endif /* UI_LOG_H */