changed bool to PRBool

git-svn-id: svn://10.0.0.236/trunk@21670 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
1999-02-24 02:12:37 +00:00
parent aa1a54ce38
commit c07ac849a3
2 changed files with 4 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
#ifndef nsPluginsDir_h___
#define nsPluginsDir_h___
#include "nsError.h"
#include "nsFileSpec.h"
/**
@@ -38,7 +39,7 @@ public:
/**
* Determines whether or not the given file is actually a plugin file.
*/
bool IsPluginFile(const nsNativeFileSpec& fileSpec);
PRBool IsPluginFile(const nsNativeFileSpec& fileSpec);
};
struct PRLibrary;

View File

@@ -19,6 +19,7 @@
#ifndef nsPluginsDir_h___
#define nsPluginsDir_h___
#include "nsError.h"
#include "nsFileSpec.h"
/**
@@ -38,7 +39,7 @@ public:
/**
* Determines whether or not the given file is actually a plugin file.
*/
bool IsPluginFile(const nsNativeFileSpec& fileSpec);
PRBool IsPluginFile(const nsNativeFileSpec& fileSpec);
};
struct PRLibrary;