NOT PART OF BUILD. Created variant of NS_InitEmbedding that accepts an nsILocalFile object as a parameter

git-svn-id: svn://10.0.0.236/trunk@72764 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
locka%iol.ie
2000-06-21 13:19:12 +00:00
parent 7998f606b0
commit a0d9972be0
2 changed files with 23 additions and 11 deletions

View File

@@ -25,7 +25,10 @@
#ifndef NSEMBEDAPI_H
#define NSEMBEDAPI_H
#include "nsILocalFile.h"
extern nsresult NS_InitEmbedding(const char *aPath);
extern nsresult NS_InitEmbedding(nsILocalFile *aPath);
extern nsresult NS_TermEmbedding();
#endif