X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=loadcfg.c;h=43e272ea44c0c326f5cf5f34625ede2aaff5b9ee;hp=44446e42d35676c815db5719d7c2d58f15dd406b;hb=8d60ab1f19850c964372b3c01c3d1fa82ac6f579;hpb=1a096731122473db56caec3c5170be99fcf8aa06 diff --git a/loadcfg.c b/loadcfg.c index 44446e42..43e272ea 100644 --- a/loadcfg.c +++ b/loadcfg.c @@ -1,4 +1,4 @@ -const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.71 2007/12/23 15:24:56 fabiankeil Exp $"; +const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.72 2008/02/03 13:46:15 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/loadcfg.c,v $ @@ -35,6 +35,9 @@ const char loadcfg_rcs[] = "$Id: loadcfg.c,v 1.71 2007/12/23 15:24:56 fabiankeil * * Revisions : * $Log: loadcfg.c,v $ + * Revision 1.72 2008/02/03 13:46:15 fabiankeil + * Add SOCKS5 support. Patch #1862863 by Eric M. Hopper with minor changes. + * * Revision 1.71 2007/12/23 15:24:56 fabiankeil * Reword "unrecognized directive" warning, use better * mark up and add a
. Fixes parts of #1856559. @@ -1823,7 +1826,7 @@ static void savearg(char *command, char *argument, struct configuration_spec * c /* * Add config option name embedded in - * link to it's section in the user-manual + * link to its section in the user-manual */ buf = strdup("\nusermanual, "file://", 7) ||