diff options
author | Mark Musone <musone@php.net> | 1999-08-17 16:51:04 +0000 |
---|---|---|
committer | Mark Musone <musone@php.net> | 1999-08-17 16:51:04 +0000 |
commit | b9d17aaab4888f5bfdb1a70629c1d628fdf6dd2b (patch) | |
tree | 658eecf2406fd890752dd1327668ac8528c2e8aa /ext | |
parent | f08430ec6509a8365302047f14407efc21ff768a (diff) | |
download | php-git-b9d17aaab4888f5bfdb1a70629c1d628fdf6dd2b.tar.gz |
argh..heh..par for the course..
Diffstat (limited to 'ext')
-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 9f6611467a..0187878447 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_icap_ptr php3_icap_module_ptr extern int icap_init(INIT_FUNC_ARGS); extern int icap_init_request(INIT_FUNC_ARGS); |