]> granicus.if.org Git - php/commitdiff
Oops, missed one proto.
authorEgon Schmid <eschmid@php.net>
Mon, 31 Dec 2001 05:37:19 +0000 (05:37 +0000)
committerEgon Schmid <eschmid@php.net>
Mon, 31 Dec 2001 05:37:19 +0000 (05:37 +0000)
ext/notes/php_notes.c

index 18bb0a1c769474a472dbd651e67cca0e874ec66f..144bd2cbb6cf410e5da62bbaffab5cb5cb1802d2 100644 (file)
@@ -953,9 +953,8 @@ PHP_FUNCTION(notes_unread)
 STATUS near pascal GetUniqueFileName(char *Drive, char *Ext, char *FileName);
 
 /* {{{ proto object notes_header_info(string server, string mailbox, int msg_number)
-   Open the message msg_number in the specified mailbox on the specified server (leave server
-       blank for local).
-       
+   Opens the message msg_number in the specified mailbox on the specified server (leave server blank for local) */
+/*     
        Elements:
 
                originator (Contains orignal message sender. Relevant only when forwarded messages)
@@ -967,7 +966,8 @@ STATUS near pascal GetUniqueFileName(char *Drive, char *Ext, char *FileName);
                status (blank if delivered, otherwise contains failure reason)
                priority H: High N: Normal L: Low
                receipt 1: Yes 0: No
-               subject*/
+               subject
+*/
 PHP_FUNCTION(notes_header_info)
 {
 
@@ -2216,7 +2216,7 @@ char    ItemName[MAX_ITEM_NAME_LEN];/* Zero terminated item name */
 
 
 /* {{{ proto bool notes_list_msgs(string db)
- */
  ??? */
 PHP_FUNCTION(notes_list_msgs)
 {