summaryrefslogtreecommitdiffabout
path: root/ui-commit.h
authorJohan Herland <johan@herland.net>2010-06-09 23:09:32 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2010-06-19 08:40:23 (UTC)
commitab42741c49d369e41c1e1915c6c024d79509f7d6 (patch) (side-by-side diff)
tree428a18ea48b2b0c0a68f07a8a7fd7f61f590a247 /ui-commit.h
parentc46e468dd229d5a20d99801072b4a8f8d970104f (diff)
downloadcgit-ab42741c49d369e41c1e1915c6c024d79509f7d6.zip
cgit-ab42741c49d369e41c1e1915c6c024d79509f7d6.tar.gz
cgit-ab42741c49d369e41c1e1915c6c024d79509f7d6.tar.bz2
ui-commit: Limit diff based on path limit in qry.path
Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-commit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--ui-commit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-commit.h b/ui-commit.h
index 40bcb31..8198b4b 100644
--- a/ui-commit.h
+++ b/ui-commit.h
@@ -1,6 +1,6 @@
#ifndef UI_COMMIT_H
#define UI_COMMIT_H
-extern void cgit_print_commit(char *hex);
+extern void cgit_print_commit(char *hex, const char *prefix);
#endif /* UI_COMMIT_H */