From 379e80e3a83481d3639c5d312eeddcce57c486b2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 4 Aug 2010 00:45:42 +0200 Subject: Support refspecs in about-filter. Signed-off-by: Jason A. Donenfeld Signed-off-by: Lars Hjemli --- ui-blob.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui-blob.h') 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 */ -- cgit v1.2.1