diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2010-08-04 00:45:42 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-08-20 18:57:30 +0200 |
commit | 379e80e3a83481d3639c5d312eeddcce57c486b2 (patch) | |
tree | 474ac38e3812008532d4ebd0b095ac835b5478b5 /ui-blob.h | |
parent | Merge branch 'jd/gitolite' (diff) | |
download | cgit-pink-379e80e3a83481d3639c5d312eeddcce57c486b2.tar.gz cgit-pink-379e80e3a83481d3639c5d312eeddcce57c486b2.zip |
Support refspecs in about-filter.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | ui-blob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-blob.h b/ui-blob.h index dad275a..d7e7d45 100644 --- a/ui-blob.h +++ b/ui-blob.h @@ -1,6 +1,7 @@ #ifndef UI_BLOB_H #define UI_BLOB_H +extern int cgit_print_file(char *path, const char *head); extern void cgit_print_blob(const char *hex, char *path, const char *head); #endif /* UI_BLOB_H */ |