зеркало из https://github.com/mozilla/pjs.git
Patch by Dawn Endico <dawn@cannibal.mi.org> -- cleaned up some
comments, added a README file.
This commit is contained in:
Родитель
50264a5e7c
Коммит
28520818f6
|
@ -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_
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче