Fix declaration of public functions.

This commit is contained in:
rhp%netscape.com 1999-04-14 01:50:44 +00:00
Родитель 8a438f8143
Коммит 91e702a3f7
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -149,13 +149,13 @@ typedef struct
MimeDefClass(MimeInlineTextVCard, MimeInlineTextVCardClass, MimeDefClass(MimeInlineTextVCard, MimeInlineTextVCardClass,
mimeInlineTextVCardClass, NULL); mimeInlineTextVCardClass, NULL);
PUBLIC char * extern "C" char *
MIME_GetContentType(void) MIME_GetContentType(void)
{ {
return VCARD_CONTENT_TYPE; return VCARD_CONTENT_TYPE;
} }
PUBLIC MimeObjectClass * extern "C" MimeObjectClass *
MIME_CreateContentTypeHandlerClass(const char *content_type, MIME_CreateContentTypeHandlerClass(const char *content_type,
contentTypeHandlerInitStruct *initStruct) contentTypeHandlerInitStruct *initStruct)
{ {