diff options
Diffstat (limited to 'ext/vpopmail/php_vpopmail.h')
-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); |