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