#ifndef URL_MATCH_H #define URL_MATCH_H #include "string-list.h" #include "config.h" struct url_info { … }; char *url_normalize(const char *, struct url_info *); struct urlmatch_item { … }; struct urlmatch_config { … }; #define URLMATCH_CONFIG_INIT … int urlmatch_config_entry(const char *var, const char *value, const struct config_context *ctx, void *cb); void urlmatch_config_release(struct urlmatch_config *config); #endif /* URL_MATCH_H */