]> git.ipfire.org Git - thirdparty/git.git/blob - url.h
Makefile: Include subdirectories in "make cover" reports
[thirdparty/git.git] / url.h
1 #ifndef URL_H
2 #define URL_H
3
4 extern int is_url(const char *url);
5 extern int is_urlschemechar(int first_flag, int ch);
6 extern char *url_decode(const char *url);
7 extern char *url_decode_parameter_name(const char **query);
8 extern char *url_decode_parameter_value(const char **query);
9
10 #endif /* URL_H */