From: Fabian Keil Date: Fri, 19 Jun 2009 15:34:32 +0000 (+0000) Subject: Fix parameter description for pcrs_compile_dynamic_command(). X-Git-Tag: v_3_0_14~84 X-Git-Url: http://www.privoxy.org/gitweb/copyright.html?a=commitdiff_plain;h=29d464f8819fe3588939705a964b942a473d3328;p=privoxy.git Fix parameter description for pcrs_compile_dynamic_command(). --- diff --git a/pcrs.c b/pcrs.c index c513251a..dfb47281 100644 --- a/pcrs.c +++ b/pcrs.c @@ -1,4 +1,4 @@ -const char pcrs_rcs[] = "$Id: pcrs.c,v 1.32 2009/05/19 17:44:22 fabiankeil Exp $"; +const char pcrs_rcs[] = "$Id: pcrs.c,v 1.33 2009/05/19 17:44:54 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/pcrs.c,v $ @@ -1064,10 +1064,9 @@ static const char warning[] = "... [too long, truncated]"; * values of the variables and compiles it. * * Parameters : - * 1 : csp = Current client state (buffers, headers, etc...) - * 2 : pcrs_command = The dynamic pcrs command to compile - * 3 : v = NULL terminated array of variables and their values. - * 4 : error = pcrs error code + * 1 : pcrs_command = The dynamic pcrs command to compile + * 2 : v = NULL terminated array of variables and their values. + * 3 : error = pcrs error code * * Returns : NULL in case of hard errors, otherwise the * compiled pcrs job.