This commit is contained in:
beard%netscape.com 1999-02-24 02:12:37 +00:00
Родитель 5d552b3ccf
Коммит c173e8c5a7
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -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;

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

@ -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;