diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-05-08 23:52:56 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-05-08 23:52:56 +0200 |
commit | 7250a154678477a1e8260efbc9810ec389754ef9 (patch) | |
tree | 519559a2f9238fc386b7715c55bc3e2326be8d54 /cgit.h | |
parent | Update to libgit 1.5.2-rc2 (diff) | |
download | cgit-pink-7250a154678477a1e8260efbc9810ec389754ef9.tar.gz cgit-pink-7250a154678477a1e8260efbc9810ec389754ef9.zip |
ui-view: show pathname if specified in querystring
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h index 222c9c2..2615231 100644 --- a/cgit.h +++ b/cgit.h @@ -155,7 +155,7 @@ extern void cgit_print_snapshot_start(const char *mimetype, extern void cgit_print_repolist(struct cacheitem *item); extern void cgit_print_summary(); extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep); -extern void cgit_print_view(const char *hex); +extern void cgit_print_view(const char *hex, char *path); extern void cgit_print_tree(const char *hex, char *path); extern void cgit_print_commit(const char *hex); extern void cgit_print_diff(const char *old_hex, const char *new_hex); |