commit | 379e80e3a83481d3639c5d312eeddcce57c486b2 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Wed Aug 04 00:45:42 2010 +0200 |
committer | Lars Hjemli <hjemli@gmail.com> | Fri Aug 20 18:57:30 2010 +0200 |
tree | 474ac38e3812008532d4ebd0b095ac835b5478b5 | |
parent | aec9c245e7eaf444c7ae1851e3eda3b30748950f [diff] [blame] |
Support refspecs in about-filter. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
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 */