Fix #25042. Moving PR_Init_Log proto from prlog.h to pprio.h as it is an internal function that normally doesn't belong in the NSPR public interfaces but the Mac needs it. Changes actually from wtc, sdagley just reviewed them and is checking them in.

git-svn-id: svn://10.0.0.236/trunk@59014 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sdagley%netscape.com
2000-01-28 04:00:28 +00:00
parent 0ed196bba9
commit 21c87ff63d
5 changed files with 14 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ static NS_DEFINE_CID(kIOServiceCID, NS_IOSERVICE_CID);
#include "prmem.h"
#include "plstr.h"
#include "prenv.h"
#include "prlog.h"
#include "pprio.h" // PR_Init_Log
// Universal
#include <AppleEvents.h>