diff options
author | Boian Bonev <bbonev@php.net> | 2001-05-28 19:53:45 +0000 |
---|---|---|
committer | Boian Bonev <bbonev@php.net> | 2001-05-28 19:53:45 +0000 |
commit | 71553e5560bb7c364df6577dd52de54c57795f16 (patch) | |
tree | 32e313a36ffada2ca1856f636fb1717bdec427e3 | |
parent | 91f4eec7e9ec30f1fe861487ecbd60a24c4dd421 (diff) | |
download | php-git-71553e5560bb7c364df6577dd52de54c57795f16.tar.gz |
add checking if vpopmail has the new API
-rw-r--r-- | ext/vpopmail/php_vpopmail.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/vpopmail/php_vpopmail.h b/ext/vpopmail/php_vpopmail.h index 575ab444fc..10c1b7c8cf 100644 --- a/ext/vpopmail/php_vpopmail.h +++ b/ext/vpopmail/php_vpopmail.h @@ -54,10 +54,13 @@ PHP_FUNCTION(vpopmail_passwd); PHP_FUNCTION(vpopmail_set_user_quota); PHP_FUNCTION(vpopmail_auth_user); /* alias management */ +#if HAVE_VPOPMAIL_VALIAS PHP_FUNCTION(vpopmail_alias_add); PHP_FUNCTION(vpopmail_alias_del); PHP_FUNCTION(vpopmail_alias_del_domain); PHP_FUNCTION(vpopmail_alias_get); +PHP_FUNCTION(vpopmail_alias_get_all); +#endif /* error handling */ PHP_FUNCTION(vpopmail_error); |