From 765cfbc2d50a0fa9ebb76adf18ecb0b598fe0e86 Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Wed, 21 Jun 2000 13:05:49 +0000 Subject: [PATCH] NOT PART OF BUILD. Moved API declarations into nsEmbedAPI.h --- embedding/base/nsEmbedAPI.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/embedding/base/nsEmbedAPI.cpp b/embedding/base/nsEmbedAPI.cpp index a02102f4c389..47f23f363ed2 100644 --- a/embedding/base/nsEmbedAPI.cpp +++ b/embedding/base/nsEmbedAPI.cpp @@ -28,9 +28,7 @@ #include "nsIStringBundle.h" -extern nsresult NS_InitEmbedding(const char *aPath); -extern nsresult NS_TermEmbedding(); - +#include "nsEmbedAPI.h" static nsIServiceManager *sServiceManager = nsnull; static PRBool sRegistryInitializedFlag = PR_FALSE;