extern C stuff.

This commit is contained in:
pinkerton%netscape.com 1998-09-29 17:22:52 +00:00
parent 7cca27c1de
commit d1487b0956

View File

@ -31,7 +31,7 @@
#include "xlate.h"
//_EXTERN_C
__extern_c
extern "C" {
// prototypes for text.c functions
@ -56,7 +56,7 @@ extern void TXFE_LayoutNewDocument(MWContext *cx, URL_Struct *url, int32 *w, int
MWContext* CreatePlainTextConversionContext(MWContext* inUIContext);
void DisposePlainTextConversionContext(MWContext* inContext);
__end_extern_c
} // extern "C"
#pragma mark --- CALLBACKS ---