summaryrefslogtreecommitdiff
path: root/ext/standard/php3_mail.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php3_mail.h')
-rw-r--r--ext/standard/php3_mail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php3_mail.h b/ext/standard/php3_mail.h
index 3fb763ecb0..71ac97fe8f 100644
--- a/ext/standard/php3_mail.h
+++ b/ext/standard/php3_mail.h
@@ -37,7 +37,7 @@ extern php3_module_entry mail_module_entry;
#define mail_module_ptr &mail_module_entry
extern void php3_mail(INTERNAL_FUNCTION_PARAMETERS);
-extern void php3_info_mail(void);
+extern void php3_info_mail(ZEND_MODULE_INFO_FUNC_ARGS);
extern int _php3_mail(char *to, char *subject, char *message, char *headers);
#else