aboutsummaryrefslogtreecommitdiffstats
path: root/ui-blob.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2010-08-04 00:45:42 +0200
committerLars Hjemli <hjemli@gmail.com>2010-08-20 18:57:30 +0200
commit379e80e3a83481d3639c5d312eeddcce57c486b2 (patch)
tree474ac38e3812008532d4ebd0b095ac835b5478b5 /ui-blob.h
parentMerge branch 'jd/gitolite' (diff)
downloadcgit-379e80e3a83481d3639c5d312eeddcce57c486b2.tar.xz
cgit-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 'ui-blob.h')
-rw-r--r--ui-blob.h1
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 */