mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
# Oops
This commit is contained in:
parent
3bbe1e6a55
commit
51572c2dcd
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ zend_module_entry imap_module_entry = {
|
||||||
|
|
||||||
|
|
||||||
#if COMPILE_DL
|
#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
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue