Loading include/ap_config.h +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading modules/experimental/mod_optional_hook_export.c +0 −3 Original line number Diff line number Diff line Loading @@ -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) Loading modules/experimental/mod_optional_hook_export.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 *)) Loading modules/test/mod_optional_hook_export.c +0 −3 Original line number Diff line number Diff line Loading @@ -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) Loading modules/test/mod_optional_hook_export.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 *)) Loading Loading
include/ap_config.h +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
modules/experimental/mod_optional_hook_export.c +0 −3 Original line number Diff line number Diff line Loading @@ -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) Loading
modules/experimental/mod_optional_hook_export.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 *)) Loading
modules/test/mod_optional_hook_export.c +0 −3 Original line number Diff line number Diff line Loading @@ -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) Loading
modules/test/mod_optional_hook_export.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 *)) Loading