summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);