aboutsummaryrefslogtreecommitdiff
path: root/ui-commit.h
diff options
context:
space:
mode:
authorJohan Herland <johan@herland.net>2010-06-10 01:09:32 +0200
committerLars Hjemli <hjemli@gmail.com>2010-06-19 10:40:23 +0200
commitab42741c49d369e41c1e1915c6c024d79509f7d6 (patch)
tree428a18ea48b2b0c0a68f07a8a7fd7f61f590a247 /ui-commit.h
parentc46e468dd229d5a20d99801072b4a8f8d970104f (diff)
downloadcgit-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')
-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 */