Browse Source

added 3 of 7 alias functions

experimental/pre_new_hash_func
Boian Bonev 26 years ago
parent
commit
e38171a0b2
  1. 4
      ext/vpopmail/php_vpopmail.h

4
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);

Loading…
Cancel
Save