diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -165,6 +165,7 @@ struct cgit_config { | |||
165 | char *agefile; | 165 | char *agefile; |
166 | char *cache_root; | 166 | char *cache_root; |
167 | char *clone_prefix; | 167 | char *clone_prefix; |
168 | char *clone_url; | ||
168 | char *css; | 169 | char *css; |
169 | char *favicon; | 170 | char *favicon; |
170 | char *footer; | 171 | char *footer; |
@@ -319,9 +320,11 @@ extern const char *cgit_repobasename(const char *reponame); | |||
319 | 320 | ||
320 | extern int cgit_parse_snapshots_mask(const char *str); | 321 | extern int cgit_parse_snapshots_mask(const char *str); |
321 | 322 | ||
322 | extern int cgit_open_filter(struct cgit_filter *filter, struct cgit_repo * repo); | 323 | extern int cgit_open_filter(struct cgit_filter *filter); |
323 | extern int cgit_close_filter(struct cgit_filter *filter); | 324 | extern int cgit_close_filter(struct cgit_filter *filter); |
324 | 325 | ||
326 | extern void cgit_prepare_repo_env(struct cgit_repo * repo); | ||
327 | |||
325 | extern int readfile(const char *path, char **buf, size_t *size); | 328 | extern int readfile(const char *path, char **buf, size_t *size); |
326 | 329 | ||
327 | extern char *expand_macros(const char *txt); | 330 | extern char *expand_macros(const char *txt); |