mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
fixed prototypes
This commit is contained in:
@@ -177,6 +177,10 @@ bool vpopmail_del_user(string user, string domain)
|
||||
bool vpopmail_passwd(string user, string domain, string password)
|
||||
bool vpopmail_set_user_quota(string user, string domain, string quota)
|
||||
bool vpopmail_auth_user(string user, string domain, string password[, string apop])
|
||||
bool vpopmail_alias_add(string user, string domain, string alias)
|
||||
bool vpopmail_alias_del(string user, string domain)
|
||||
bool vpopmail_alias_del_domain(string domain)
|
||||
array vpopmail_alias_get(string alias, string domain)
|
||||
string vpopmail_error(void)
|
||||
|
||||
|
||||
|
||||
@@ -844,7 +844,7 @@ PHP_FUNCTION(vpopmail_alias_del_domain)
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto bool vpopmail_alias_get(string alias, string domain)
|
||||
/* {{{ proto array vpopmail_alias_get(string alias, string domain)
|
||||
get all lines of an alias for a domain */
|
||||
PHP_FUNCTION(vpopmail_alias_get)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user