summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMark Musone <musone@php.net>1999-08-17 16:51:04 +0000
committerMark Musone <musone@php.net>1999-08-17 16:51:04 +0000
commitb9d17aaab4888f5bfdb1a70629c1d628fdf6dd2b (patch)
tree658eecf2406fd890752dd1327668ac8528c2e8aa /ext
parentf08430ec6509a8365302047f14407efc21ff768a (diff)
downloadphp-git-b9d17aaab4888f5bfdb1a70629c1d628fdf6dd2b.tar.gz
argh..heh..par for the course..
Diffstat (limited to 'ext')
-rw-r--r--ext/icap/php3_icap.h2
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);