From 29d464f8819fe3588939705a964b942a473d3328 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 19 Jun 2009 15:34:32 +0000 Subject: [PATCH] Fix parameter description for pcrs_compile_dynamic_command(). --- pcrs.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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. -- 2.39.2