From e38171a0b2c5e39f700b2c7e9db11c41a8f45758 Mon Sep 17 00:00:00 2001 From: Boian Bonev Date: Thu, 24 May 2001 03:19:07 +0000 Subject: [PATCH] added 3 of 7 alias functions --- ext/vpopmail/php_vpopmail.h | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.40.0