Commit 8b13649d authored by Ben Laurie's avatar Ben Laurie
Browse files

More cleanup.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89179 13f79535-47bb-0310-9956-ffa450edef68
parent a5393295
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+0 −3
Original line number Diff line number Diff line
@@ -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)

+1 −1
Original line number Diff line number Diff line
@@ -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 *))

+0 −3
Original line number Diff line number Diff line
@@ -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)

+1 −1
Original line number Diff line number Diff line
@@ -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 *))