]> granicus.if.org Git - php/commitdiff
# Oops
authorRasmus Lerdorf <rasmus@php.net>
Tue, 30 Nov 1999 22:24:11 +0000 (22:24 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 30 Nov 1999 22:24:11 +0000 (22:24 +0000)
ext/imap/imap.c

index ef01d7c43582c808786041b9a0fa1df6d13d2a5b..bdaca3be1a031b81eb2d381c5e6df5950637f1cd 100644 (file)
@@ -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
 
 /*