diff options
author | Mark Musone <musone@php.net> | 1999-08-17 16:50:27 +0000 |
---|---|---|
committer | Mark Musone <musone@php.net> | 1999-08-17 16:50:27 +0000 |
commit | f08430ec6509a8365302047f14407efc21ff768a (patch) | |
tree | 2136e3839075496b3f6306801dab4314a21123b1 /ext/icap | |
parent | 1d9a7c262312bd97a5f9c3b67d9fab04c46deff6 (diff) | |
download | php-git-f08430ec6509a8365302047f14407efc21ff768a.tar.gz |
argh..bad day..
Diffstat (limited to 'ext/icap')
-rw-r--r-- | ext/icap/php3_icap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/icap/php3_icap.h b/ext/icap/php3_icap.h index d841edc530..9f6611467a 100644 --- a/ext/icap/php3_icap.h +++ b/ext/icap/php3_icap.h @@ -24,7 +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 +#define phpext_imap_ptr php3_icap_module_ptr extern int icap_init(INIT_FUNC_ARGS); extern int icap_init_request(INIT_FUNC_ARGS); |