aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 7581cc1..7619cbb 100644
--- a/cgit.h
+++ b/cgit.h
@@ -327,6 +327,9 @@ extern void cgit_diff_commit(struct commit *commit, filepair_fn fn,
327__attribute__((format (printf,1,2))) 327__attribute__((format (printf,1,2)))
328extern char *fmt(const char *format,...); 328extern char *fmt(const char *format,...);
329 329
330__attribute__((format (printf,1,2)))
331extern char *fmtalloc(const char *format,...);
332
330extern struct commitinfo *cgit_parse_commit(struct commit *commit); 333extern struct commitinfo *cgit_parse_commit(struct commit *commit);
331extern struct taginfo *cgit_parse_tag(struct tag *tag); 334extern struct taginfo *cgit_parse_tag(struct tag *tag);
332extern void cgit_parse_url(const char *url); 335extern void cgit_parse_url(const char *url);