From: Boian Bonev Date: Thu, 24 May 2001 03:19:07 +0000 (+0000) Subject: added 3 of 7 alias functions X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e38171a0b2c5e39f700b2c7e9db11c41a8f45758;p=php added 3 of 7 alias functions --- diff --git a/ext/vpopmail/php_vpopmail.h b/ext/vpopmail/php_vpopmail.h index 137c83f923..fd96b44d0a 100644 --- a/ext/vpopmail/php_vpopmail.h +++ b/ext/vpopmail/php_vpopmail.h @@ -53,6 +53,10 @@ PHP_FUNCTION(vpopmail_del_user); PHP_FUNCTION(vpopmail_passwd); PHP_FUNCTION(vpopmail_set_user_quota); PHP_FUNCTION(vpopmail_auth_user); +/* alias management */ +PHP_FUNCTION(vpopmail_alias_add); +PHP_FUNCTION(vpopmail_alias_del); +PHP_FUNCTION(vpopmail_alias_del_domain); /* error handling */ PHP_FUNCTION(vpopmail_error);