summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>1999-11-30 22:24:11 +0000
committerRasmus Lerdorf <rasmus@php.net>1999-11-30 22:24:11 +0000
commit51572c2dcda8ce35d0394f4b4512e711159ba76b (patch)
treedfa9a4a95a7f40133c4b8726304255cfe677cc11
parent3bbe1e6a5583daa2ce26bdf72ce402d19de53841 (diff)
downloadphp-git-51572c2dcda8ce35d0394f4b4512e711159ba76b.tar.gz
# Oops
-rw-r--r--ext/imap/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/imap.c b/ext/imap/imap.c
index ef01d7c435..bdaca3be1a 100644
--- a/ext/imap/imap.c
+++ b/ext/imap/imap.c
@@ -152,7 +152,7 @@ zend_module_entry imap_module_entry = {
#if COMPILE_DL
-DLEXPORT php3_module_entry *get_module(void) { return &imap_module_entry; }
+DLEXPORT zend_module_entry *get_module(void) { return &imap_module_entry; }
#endif
/*