From: Egon Schmid Date: Tue, 22 Feb 2000 16:46:40 +0000 (+0000) Subject: More protos. X-Git-Tag: PHP-4.0-RC1~492 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18fee17d38b9bd5168cfee2b4c2d18a153401340;p=php More protos. --- diff --git a/ext/imap/imap.c b/ext/imap/imap.c index 92c0560f3e..f9135adc36 100644 --- a/ext/imap/imap.c +++ b/ext/imap/imap.c @@ -1495,7 +1495,6 @@ PHP_FUNCTION(imap_listscan) /* }}} */ /* {{{ proto object imap_check(int stream_id) - Get mailbox properties */ PHP_FUNCTION(imap_check) { @@ -1536,7 +1535,7 @@ PHP_FUNCTION(imap_check) /* }}} */ -/* {{{ proto int imap_delete(int stream_id, int msg_no [, int flags ]) +/* {{{ proto int imap_delete(int stream_id, int msg_no [, int flags]) Mark a message for deletion */ PHP_FUNCTION(imap_delete) {