From cc121adc54956309fca850f6c8f0398e0d8a2fd0 Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Mon, 31 Dec 2001 05:37:19 +0000 Subject: Oops, missed one proto. --- ext/notes/php_notes.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/notes/php_notes.c') diff --git a/ext/notes/php_notes.c b/ext/notes/php_notes.c index 18bb0a1c76..144bd2cbb6 100644 --- a/ext/notes/php_notes.c +++ b/ext/notes/php_notes.c @@ -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) { -- cgit v1.2.1