>From 8cc8f44683d8dc8ca1904e088848244d24c202c7 Mon Sep 17 00:00:00 2001 From: Ander Juaristi Date: Mon, 20 Apr 2015 23:28:56 +0200 Subject: [PATCH 3/3] Fixed compiler warning. * src/url.h: Added prototype for url_unescape_except_reserved(). --- src/url.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/url.h b/src/url.h index b1c46c1..a543f3d 100644 --- a/src/url.h +++ b/src/url.h @@ -106,6 +106,7 @@ struct url char *url_escape (const char *); char *url_escape_unsafe_and_reserved (const char *); void url_unescape (char *); +void url_unescape_except_reserved (char *); struct url *url_parse (const char *, int *, struct iri *iri, bool percent_encode); char *url_error (const char *, int); -- 1.9.1