Patch by Dawn Endico <dawn@cannibal.mi.org> -- cleaned up some

comments, added a README file.
This commit is contained in:
terry 1998-06-30 14:06:34 +00:00
Родитель 50264a5e7c
Коммит 28520818f6
11 изменённых файлов: 16 добавлений и 7 удалений

0
lib/libmime/README Normal file
Просмотреть файл

Просмотреть файл

@ -16,6 +16,8 @@
* Reserved.
*/
/* mimecont.c --- definition of the MimeContainer class (see mimei.h)
*/
#include "mimecont.h"

Просмотреть файл

@ -19,7 +19,7 @@
#ifndef __mimedisp_h
#define __mimedisp_h
/* Interface between netlib and the top-level message/rfc822 parser:
/* mimedisp.h: Interface between netlib and the toplevel message/rfc822 parser:
MIME_MessageConverter()
*/

Просмотреть файл

@ -16,7 +16,7 @@
* Reserved.
*/
/* mimeext.c --- definition of the MimeExternalBody class (see mimei.h)
/* mimeebod.c --- definition of the MimeExternalBody class (see mimei.h)
Created: Jamie Zawinski <jwz@netscape.com>, 15-May-96.
*/

Просмотреть файл

@ -16,7 +16,7 @@
* Reserved.
*/
/* mimeext.h --- definition of the MimeExternalBody class (see mimei.h)
/* mimeebod.h --- definition of the MimeExternalBody class (see mimei.h)
Created: Jamie Zawinski <jwz@netscape.com>, 15-May-96.
*/

Просмотреть файл

@ -16,7 +16,7 @@
* Reserved.
*/
/* mimemult.h --- definition of the MimeMultipart class (see mimei.h)
/* mimemult.c --- definition of the MimeMultipart class (see mimei.h)
Created: Jamie Zawinski <jwz@netscape.com>, 15-May-96.
*/

Просмотреть файл

@ -16,7 +16,7 @@
* Reserved.
*/
/* mimemult.h --- definition of the MimeMultipart class (see mimei.h)
/* mimesun.c --- MimeSunAttachment, for X-Sun-Attachment message contents
Created: Jamie Zawinski <jwz@netscape.com>, 15-May-96.
*/

Просмотреть файл

@ -16,7 +16,7 @@
* Reserved.
*/
/* mimesun.h --- definition of the MimeSunpedText class (see mimei.h)
/* mimesun.h --- MimeSunAttachment, for X-Sun-Attachment message contents
Created: Jamie Zawinski <jwz@netscape.com>, 15-May-96.
*/

Просмотреть файл

@ -16,7 +16,7 @@
* Reserved.
*/
/* mimeunty.h --- definition of the MimeUntypedText class (see mimei.h)
/* mimeunty.c --- definition of the MimeUntypedText class (see mimei.h)
Created: Jamie Zawinski <jwz@netscape.com>, 15-May-96.
*/

Просмотреть файл

@ -16,6 +16,10 @@
* Reserved.
*/
/* mimevcrd.c --- definition of the MimeInlineTextVCard class (see mimei.h)
*/
#include "mimevcrd.h"
#include "xpgetstr.h"
#include "xp_core.h"

Просмотреть файл

@ -16,6 +16,9 @@
* Reserved.
*/
/* mimevcrd.h --- definition of the MimeInlineTextVCard class (see mimei.h)
*/
#ifndef _MIMEVCRD_H_
#define _MIMEVCRD_H_