diff options
author | Stefan Eissing <icing@apache.org> | 2017-09-08 16:55:04 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-09-08 16:55:04 +0200 |
commit | 05c77cadd7ae366cb1e6d09d9bf44c0939ae2c51 (patch) | |
tree | 005be5c4c462a1ef48960aa26c95d67c03fa63dc /modules/md/md_cmd.h | |
parent | On the trunk: (diff) | |
download | apache2-05c77cadd7ae366cb1e6d09d9bf44c0939ae2c51.tar.xz apache2-05c77cadd7ae366cb1e6d09d9bf44c0939ae2c51.zip |
On the trunk:
mod_md: v0.9.2: new directive 'MDHttpProxy' to define a proxy for outgoing connection,
some minor bugfixes, twiddle the build system to avoid non-pic code generation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1807774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/md/md_cmd.h')
-rw-r--r-- | modules/md/md_cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/md/md_cmd.h b/modules/md/md_cmd.h index d2778bb428..bd7dcc2e68 100644 --- a/modules/md/md_cmd.h +++ b/modules/md/md_cmd.h @@ -50,6 +50,8 @@ struct md_cmd_ctx { const char *const *argv; }; +#define MD_CMD_OPT_PROXY_URL "proxy-url" + int md_cmd_ctx_has_option(md_cmd_ctx *ctx, const char *key); const char *md_cmd_ctx_get_option(md_cmd_ctx *ctx, const char *key); |