]> granicus.if.org Git - php/commitdiff
More protos.
authorEgon Schmid <eschmid@php.net>
Tue, 22 Feb 2000 16:46:40 +0000 (16:46 +0000)
committerEgon Schmid <eschmid@php.net>
Tue, 22 Feb 2000 16:46:40 +0000 (16:46 +0000)
ext/imap/imap.c

index 92c0560f3eff032e5c72ffcb034fa0f61cefbe83..f9135adc36c3911442e135f9f01f27719300c734 100644 (file)
@@ -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)
 {