зеркало из https://github.com/mozilla/pjs.git
Fix declaration of public functions.
This commit is contained in:
Родитель
8a438f8143
Коммит
91e702a3f7
|
@ -149,13 +149,13 @@ typedef struct
|
|||
MimeDefClass(MimeInlineTextVCard, MimeInlineTextVCardClass,
|
||||
mimeInlineTextVCardClass, NULL);
|
||||
|
||||
PUBLIC char *
|
||||
extern "C" char *
|
||||
MIME_GetContentType(void)
|
||||
{
|
||||
return VCARD_CONTENT_TYPE;
|
||||
}
|
||||
|
||||
PUBLIC MimeObjectClass *
|
||||
extern "C" MimeObjectClass *
|
||||
MIME_CreateContentTypeHandlerClass(const char *content_type,
|
||||
contentTypeHandlerInitStruct *initStruct)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче