summaryrefslogtreecommitdiffabout
path: root/cgit.h
Unidiff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h2
1 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);
287extern struct taginfo *cgit_parse_tag(struct tag *tag); 287extern struct taginfo *cgit_parse_tag(struct tag *tag);
288extern void cgit_parse_url(const char *url); 288extern void cgit_parse_url(const char *url);
289 289
290extern const char *cgit_repobasename(const char *reponame); 290extern const char *cgit_repobasename(const char *reponame);
291 291
292extern int cgit_parse_snapshots_mask(const char *str); 292extern int cgit_parse_snapshots_mask(const char *str);
293 293
294extern int cgit_open_filter(struct cgit_filter *filter); 294extern int cgit_open_filter(struct cgit_filter *filter);
295extern int cgit_close_filter(struct cgit_filter *filter); 295extern int cgit_close_filter(struct cgit_filter *filter);
296 296
297extern int readfile(const char *path, char **buf, size_t *size); 297extern int readfile(const char *path, char **buf, size_t *size);
298 298
299extern char *expand_macros(const char *txt);
300
299#endif /* CGIT_H */ 301#endif /* CGIT_H */