diff options
author | Ben Laurie <ben@apache.org> | 2001-05-20 14:56:52 +0200 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 2001-05-20 14:56:52 +0200 |
commit | 296c0e0690a2784a920afe2f74a9d9e0c517aa50 (patch) | |
tree | 9954b631d66f8f48f9de8b5c908fe27ec821656d /modules/test/mod_optional_hook_export.h | |
parent | Long overdue name change from "generic hook" to "optional hook". (diff) | |
download | apache2-296c0e0690a2784a920afe2f74a9d9e0c517aa50.tar.xz apache2-296c0e0690a2784a920afe2f74a9d9e0c517aa50.zip |
More generic -> optional cleanup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/test/mod_optional_hook_export.h')
-rw-r--r-- | modules/test/mod_optional_hook_export.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/test/mod_optional_hook_export.h b/modules/test/mod_optional_hook_export.h index 7494078cdd..0510ba0d77 100644 --- a/modules/test/mod_optional_hook_export.h +++ b/modules/test/mod_optional_hook_export.h @@ -52,11 +52,11 @@ * <http://www.apache.org/>. */ -#ifndef MOD_GENERIC_HOOK_EXPORT_H -#define MOD_GENERIC_HOOK_EXPORT_H +#ifndef MOD_OPTIONAL_HOOK_EXPORT_H +#define MOD_OPTOPNAL_HOOK_EXPORT_H #include "apr_optional_hooks.h" -APR_DECLARE_EXTERNAL_HOOK(ap,AP_MODULE,int,generic_hook_test,(const char *)) +APR_DECLARE_EXTERNAL_HOOK(ap,AP_MODULE,int,optional_hook_test,(const char *)) -#endif /* def MOD_GENERIC_HOOK_EXPORT_H */ +#endif /* def MOD_OPTIONAL_HOOK_EXPORT_H */ |