From: Yann Ylavic Date: Fri, 22 Sep 2017 13:25:15 +0000 (+0000) Subject: config: follow up to r1809302. X-Git-Tag: 2.5.0-alpha~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d13598d51e67ac18c26ac9d5b8a09a45d95769;p=thirdparty%2Fapache%2Fhttpd.git config: follow up to r1809302. Associate ap_get_module_flags() to MMN bump. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1809314 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 95cf8d796eb..8874d4dfe4f 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -555,7 +555,8 @@ * 20161018.5 (2.5.0-dev) Add ap_get_basic_auth_components() and deprecate * ap_get_basic_auth_pw() * 20161018.6 (2.5.0-dev) Add ap_update_sb_handle() - * 20161018.7 (2.5.0-dev) Add flags field to module_struct + * 20161018.7 (2.5.0-dev) Add flags field to module_struct and function + * ap_get_module_flags() */ #define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */