summaryrefslogtreecommitdiff
path: root/ext/standard/php_mail.h
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-06-11 15:18:44 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-06-11 15:18:44 +0000
commit491fcd2ef89b1534e1820aa742bfcce749cab534 (patch)
treeb48286da8c17a9b58c8d9b87385b0ef044b69be0 /ext/standard/php_mail.h
parentc6b4e558387aae58d1bff9c61fe274fb570a904c (diff)
downloadphp-git-491fcd2ef89b1534e1820aa742bfcce749cab534.tar.gz
used in extension(s) as well
Diffstat (limited to 'ext/standard/php_mail.h')
-rw-r--r--ext/standard/php_mail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_mail.h b/ext/standard/php_mail.h
index 330482c202..5e5a0e54ca 100644
--- a/ext/standard/php_mail.h
+++ b/ext/standard/php_mail.h
@@ -26,7 +26,7 @@
PHP_FUNCTION(mail);
PHP_FUNCTION(ezmlm_hash);
PHP_MINFO_FUNCTION(mail);
-extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd);
+PHPAPI extern int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd);
#endif