diff options
author | Egon Schmid <eschmid@php.net> | 2001-12-31 05:37:19 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2001-12-31 05:37:19 +0000 |
commit | cc121adc54956309fca850f6c8f0398e0d8a2fd0 (patch) | |
tree | 44f306fc3209c35e7f3f66998cd22725de55830c /ext/notes/php_notes.c | |
parent | c54f216ecd87eef483ab72dcc894ce272520ad69 (diff) | |
download | php-git-cc121adc54956309fca850f6c8f0398e0d8a2fd0.tar.gz |
Oops, missed one proto.
Diffstat (limited to 'ext/notes/php_notes.c')
-rw-r--r-- | ext/notes/php_notes.c | 10 |
1 files changed, 5 insertions, 5 deletions
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) { |