From: Mark Musone Date: Tue, 17 Aug 1999 16:44:17 +0000 (+0000) Subject: please work... X-Git-Tag: PRE_DELAYED_ARRAY_FETCH_PATCH~367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d9a7c262312bd97a5f9c3b67d9fab04c46deff6;p=php please work... --- diff --git a/ext/icap/php3_icap.h b/ext/icap/php3_icap.h index 4b91ac2f45..d841edc530 100644 --- a/ext/icap/php3_icap.h +++ b/ext/icap/php3_icap.h @@ -24,6 +24,7 @@ int id; /* Functions accessable to PHP */ extern php3_module_entry php3_icap_module_entry; #define php3_icap_module_ptr &php3_icap_module_entry +define phpext_imap_ptr php3_icap_module_ptr extern int icap_init(INIT_FUNC_ARGS); extern int icap_init_request(INIT_FUNC_ARGS);