mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
# fixed protos in comments for *_ex functions
This commit is contained in:
parent
416f4b7e95
commit
5f89c6892f
1 changed files with 3 additions and 3 deletions
|
@ -285,7 +285,7 @@ PHP_FUNCTION(vpopmail_add_alias_domain)
|
||||||
* Domain management functions - exec
|
* Domain management functions - exec
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* {{{ proto int vpopmail_add_domain_ex(string domain, string passwd [, string quota [, string bounce [, bool apop]]])
|
/* {{{ proto bool vpopmail_add_domain_ex(string domain, string passwd [, string quota [, string bounce [, bool apop]]])
|
||||||
Add a new virtual domain */
|
Add a new virtual domain */
|
||||||
PHP_FUNCTION(vpopmail_add_domain_ex) {
|
PHP_FUNCTION(vpopmail_add_domain_ex) {
|
||||||
zval **domain, **passwd, **quota, **bounce, **apop;
|
zval **domain, **passwd, **quota, **bounce, **apop;
|
||||||
|
@ -411,7 +411,7 @@ PHP_FUNCTION(vpopmail_add_domain_ex) {
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
/* {{{ proto int vpopmail_del_domain_ex(string domain)
|
/* {{{ proto bool vpopmail_del_domain_ex(string domain)
|
||||||
Delete a virtual domain */
|
Delete a virtual domain */
|
||||||
PHP_FUNCTION(vpopmail_del_domain_ex) {
|
PHP_FUNCTION(vpopmail_del_domain_ex) {
|
||||||
zval **domain;
|
zval **domain;
|
||||||
|
@ -455,7 +455,7 @@ PHP_FUNCTION(vpopmail_del_domain_ex) {
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
/* {{{ proto int vpopmail_add_alias_domain_ex(string olddomain, string newdomain)
|
/* {{{ proto bool vpopmail_add_alias_domain_ex(string olddomain, string newdomain)
|
||||||
Add alias to an existing virtual domain */
|
Add alias to an existing virtual domain */
|
||||||
PHP_FUNCTION(vpopmail_add_alias_domain_ex) {
|
PHP_FUNCTION(vpopmail_add_alias_domain_ex) {
|
||||||
zval **olddomain, **newdomain;
|
zval **olddomain, **newdomain;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue