summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoian Bonev <bbonev@php.net>2001-05-24 03:19:07 +0000
committerBoian Bonev <bbonev@php.net>2001-05-24 03:19:07 +0000
commite38171a0b2c5e39f700b2c7e9db11c41a8f45758 (patch)
tree4401ae9ffff25945fed6e6051644fea133141517
parent9434da33b502efb8a369eda2e02c601d719375da (diff)
downloadphp-git-e38171a0b2c5e39f700b2c7e9db11c41a8f45758.tar.gz
added 3 of 7 alias functions
-rw-r--r--ext/vpopmail/php_vpopmail.h4
1 files changed, 4 insertions, 0 deletions
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);