Declare fe_getPixelFromRGB explicitly to fix bustage in IRIX 6.2

This commit is contained in:
radha%netscape.com 1998-08-15 00:20:10 +00:00
parent 8947ec6532
commit ce483ec411

View File

@ -36,6 +36,11 @@
extern "C" RDF_NCVocab gNavCenter;
extern "C"
{
extern PRBool fe_getPixelFromRGB(MWContext *, char * rgbString, Pixel * pixel);
};
#ifdef DEBUG_slamm
#define D(x) x
#else