diff options
author | Boian Bonev <bbonev@php.net> | 2001-05-24 10:38:17 +0000 |
---|---|---|
committer | Boian Bonev <bbonev@php.net> | 2001-05-24 10:38:17 +0000 |
commit | 9caffb4fb7092bd699f8735ce2ddaa17aeb5acb5 (patch) | |
tree | 196db2022a3c48982432039af2d05536776decbf /ext/vpopmail/php_vpopmail.c | |
parent | 312290a2c4e7e7476078675d922bccc97079a310 (diff) | |
download | php-git-9caffb4fb7092bd699f8735ce2ddaa17aeb5acb5.tar.gz |
fixed prototypes
Diffstat (limited to 'ext/vpopmail/php_vpopmail.c')
-rw-r--r-- | ext/vpopmail/php_vpopmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/vpopmail/php_vpopmail.c b/ext/vpopmail/php_vpopmail.c index 4c30d4c42c..d1a3874549 100644 --- a/ext/vpopmail/php_vpopmail.c +++ b/ext/vpopmail/php_vpopmail.c @@ -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) { |