From b3664a45250adaadf5cae69d2981e24b0c0a79c9 Mon Sep 17 00:00:00 2001 From: kouril Date: Tue, 1 Jun 2004 12:28:50 +0000 Subject: [PATCH] Added fields to the module declaration (in 1.3.x part) required by EAPI --- src/mod_auth_kerb.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index b037ed0..6852299 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -1354,6 +1354,12 @@ module MODULE_VAR_EXPORT auth_kerb_module = { NULL, /* process initialization */ NULL, /* process exit/cleanup */ NULL /* [ 1] post read_request handling */ +#ifdef EAPI + ,NULL, /* EAPI: add_module */ + NULL, /* EAPI: remove_module */ + NULL, /* EAPI: rewrite_command */ + NULL /* EAPI: new_connection */ +#endif }; #else static int -- 2.1.4