From 18fee17d38b9bd5168cfee2b4c2d18a153401340 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Tue, 22 Feb 2000 16:46:40 +0000 Subject: [PATCH] More protos. --- ext/imap/imap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.50.1