From: William A. Rowe Jr Date: Thu, 10 Jan 2002 09:20:28 +0000 (+0000) Subject: Ok one typo... that's it for me for one evening X-Git-Tag: 2.0.31~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b0874163885aa4813cd2d965b2836186a463c14;p=apache Ok one typo... that's it for me for one evening git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92807 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_example.c b/modules/experimental/mod_example.c index 1a8046871e..dfeba1119c 100644 --- a/modules/experimental/mod_example.c +++ b/modules/experimental/mod_example.c @@ -1329,7 +1329,7 @@ static const handler_rec x_handlers[] = * Module definition for configuration. If a particular callback is not * needed, replace its routine name below with the word NULL. */ -AP_DECLARE_DATA AP_MODULE_DECLARE_DATA module example_module = +module AP_MODULE_DECLARE_DATA example_module = { STANDARD20_MODULE_STUFF, x_create_dir_config, /* per-directory config creator */