mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
More cleanup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -246,7 +246,7 @@
|
||||
|
||||
/**
|
||||
* Hook an optional hook. Unlike static hooks, this uses a macro instead of a
|
||||
* function
|
||||
* function.
|
||||
*/
|
||||
#define AP_OPTIONAL_HOOK(name,fn,pre,succ,order) \
|
||||
APR_OPTIONAL_HOOK(ap,name,fn,pre,succ,order)
|
||||
|
@ -57,9 +57,6 @@
|
||||
#include "mod_optional_hook_export.h"
|
||||
#include "http_protocol.h"
|
||||
|
||||
/*APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ap,AP_MODULE,int,optional_hook_test,
|
||||
(const char *szStr),
|
||||
(szStr),OK,DECLINED)*/
|
||||
AP_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(int,optional_hook_test,(const char *szStr),
|
||||
(szStr),OK,DECLINED)
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
#ifndef MOD_OPTIONAL_HOOK_EXPORT_H
|
||||
#define MOD_OPTOPNAL_HOOK_EXPORT_H
|
||||
|
||||
#include "apr_optional_hooks.h"
|
||||
#include "ap_config.h"
|
||||
|
||||
AP_DECLARE_HOOK(int,optional_hook_test,(const char *))
|
||||
|
||||
|
@ -57,9 +57,6 @@
|
||||
#include "mod_optional_hook_export.h"
|
||||
#include "http_protocol.h"
|
||||
|
||||
/*APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(ap,AP_MODULE,int,optional_hook_test,
|
||||
(const char *szStr),
|
||||
(szStr),OK,DECLINED)*/
|
||||
AP_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(int,optional_hook_test,(const char *szStr),
|
||||
(szStr),OK,DECLINED)
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
#ifndef MOD_OPTIONAL_HOOK_EXPORT_H
|
||||
#define MOD_OPTOPNAL_HOOK_EXPORT_H
|
||||
|
||||
#include "apr_optional_hooks.h"
|
||||
#include "ap_config.h"
|
||||
|
||||
AP_DECLARE_HOOK(int,optional_hook_test,(const char *))
|
||||
|
||||
|
Reference in New Issue
Block a user