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:
Ben Laurie
2001-05-20 15:26:18 +00:00
parent 883a3b25bf
commit eb517580bd
5 changed files with 3 additions and 9 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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 *))

View File

@ -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)

View File

@ -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 *))