]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Keep gcc happy
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Mar 2010 10:33:07 +0000 (23:33 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Mar 2010 10:33:07 +0000 (23:33 +1300)
lib/rfc1738.c

index f4059f2b1d965c2ac93a6baf58ac03f60d083a59..72478da570cb196e2cc92bd2c60e0dd62959c2c2 100644 (file)
@@ -178,6 +178,8 @@ rfc1738_escape_part(const char *url)
 /*
  * Converts a ascii hex code into a binary character.
  */
+inline int fromhex(char ch); // prototype to keep GCC happy.
+
 inline int
 fromhex(char ch)
 {