missing declaration

svn path=/trunk/netsurf/; revision=10757
This commit is contained in:
Vincent Sanders 2010-09-11 20:51:08 +00:00
parent faca1687ce
commit 8900d3a803

View File

@ -2113,6 +2113,7 @@ char *path_to_url(const char *path)
char *url_to_path(const char *url)
{
char *path;
char *filename;
char *respath;
url_func_result res; /* result from url routines */
char *r;