From f0f10037c858a4f4b10b7621a9c1910b3893bcf6 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Wed, 3 Feb 2010 21:06:52 +0000 Subject: [PATCH] Add docstring for ap_pregsub() PR: 48265 Submitted by: Peter Poeml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906242 13f79535-47bb-0310-9956-ffa450edef68 --- include/httpd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/httpd.h b/include/httpd.h index d0ff3b08c9..5c52148ee7 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1705,6 +1705,7 @@ AP_DECLARE(void) ap_pregfree(apr_pool_t *p, ap_regex_t *reg); * @param source The string that was originally matched to the regex * @param nmatch the nmatch returned from ap_pregex * @param pmatch the pmatch array returned from ap_pregex + * @return The substituted string, or NULL on error */ AP_DECLARE(char *) ap_pregsub(apr_pool_t *p, const char *input, const char *source, size_t nmatch, ap_regmatch_t pmatch[]); -- 2.40.0