diff options
author | Lars Hjemli | 2007-05-09 00:48:09 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-05-09 00:48:09 +0200 |
commit | ca8eb8fc8f71ee0a40015c323619f776840b6503 (patch) | |
tree | f74a114ba19c215bffe8362bf8e63495155ebef4 /cgit.h | |
parent | 7250a154678477a1e8260efbc9810ec389754ef9 (diff) | |
download | cgit-ca8eb8fc8f71ee0a40015c323619f776840b6503.tar.gz cgit-ca8eb8fc8f71ee0a40015c323619f776840b6503.tar.bz2 cgit-ca8eb8fc8f71ee0a40015c323619f776840b6503.zip |
Add support for downloading single blobs
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -156,6 +156,7 @@ extern void cgit_print_repolist(struct cacheitem *item); | |||
156 | extern void cgit_print_summary(); | 156 | extern void cgit_print_summary(); |
157 | extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep); | 157 | extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep); |
158 | extern void cgit_print_view(const char *hex, char *path); | 158 | extern void cgit_print_view(const char *hex, char *path); |
159 | extern void cgit_print_blob(struct cacheitem *item, const char *hex, char *path); | ||
159 | extern void cgit_print_tree(const char *hex, char *path); | 160 | extern void cgit_print_tree(const char *hex, char *path); |
160 | extern void cgit_print_commit(const char *hex); | 161 | extern void cgit_print_commit(const char *hex); |
161 | extern void cgit_print_diff(const char *old_hex, const char *new_hex); | 162 | extern void cgit_print_diff(const char *old_hex, const char *new_hex); |