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 | aec9c245e7eaf444c7ae1851e3eda3b30748950f (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |