diff options
| author | Egon Schmid <eschmid@php.net> | 2000-02-22 16:46:40 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 2000-02-22 16:46:40 +0000 |
| commit | 18fee17d38b9bd5168cfee2b4c2d18a153401340 (patch) | |
| tree | 02359a0e0fc41c2086e864ecd55bab94c1e91975 /ext/imap/imap.c | |
| parent | e06c2021c96438d41dc5b408c06c46850e7af92e (diff) | |
| download | php-git-18fee17d38b9bd5168cfee2b4c2d18a153401340.tar.gz | |
More protos.
Diffstat (limited to 'ext/imap/imap.c')
| -rw-r--r-- | ext/imap/imap.c | 3 |
1 files changed, 1 insertions, 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) { |
