1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00
This commit is contained in:
Rasmus Lerdorf
1999-11-30 22:24:11 +00:00
parent 3bbe1e6a55
commit 51572c2dcd

View 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
/*