Unidiff1 files changed, 2 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index 2b28d63..2bf6ab0 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -293,13 +293,15 @@ extern struct commitinfo *cgit_parse_commit(struct commit *commit); |
293 | extern struct taginfo *cgit_parse_tag(struct tag *tag); |
293 | extern struct taginfo *cgit_parse_tag(struct tag *tag); |
294 | extern void cgit_parse_url(const char *url); |
294 | extern void cgit_parse_url(const char *url); |
295 | |
295 | |
296 | extern const char *cgit_repobasename(const char *reponame); |
296 | extern const char *cgit_repobasename(const char *reponame); |
297 | |
297 | |
298 | extern int cgit_parse_snapshots_mask(const char *str); |
298 | extern int cgit_parse_snapshots_mask(const char *str); |
299 | |
299 | |
300 | extern int cgit_open_filter(struct cgit_filter *filter); |
300 | extern int cgit_open_filter(struct cgit_filter *filter); |
301 | extern int cgit_close_filter(struct cgit_filter *filter); |
301 | extern int cgit_close_filter(struct cgit_filter *filter); |
302 | |
302 | |
303 | extern int readfile(const char *path, char **buf, size_t *size); |
303 | extern int readfile(const char *path, char **buf, size_t *size); |
304 | |
304 | |
| |
305 | extern char *expand_macros(const char *txt); |
| |
306 | |
305 | #endif /* CGIT_H */ |
307 | #endif /* CGIT_H */ |
|