make wallet compile on unix

This commit is contained in:
morse%netscape.com 1999-03-29 23:04:05 +00:00
parent 3ee2a13826
commit 26b5340c11
2 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ net_http_password_data_interp(
char *password_buffer, int32 password_buffer_size);
PUBLIC void NET_DeleteCookie(char* cookieURL);
PUBLIC void NET_DisplayCookieInfoAsHTML(ActiveEntry * cur_entry);
PUBLIC void NET_DisplayCookieInfoAsHTML(MWContext * context);
/*============================================================================================

View File

@ -256,7 +256,7 @@ nsBrowserAppCore::Forward()
//#define WALLET_SAMPLES_URL "http://peoplestage/morse/wallet/samples/"
PRInt32
newWindow(char* urlName) {
newWind(char* urlName) {
nsresult rv;
nsString controllerCID;
@ -361,7 +361,7 @@ nsBrowserAppCore::WalletEditor()
}
/* bring up the wallet editor in a new window */
return newWindow(WALLET_EDITOR_URL);
return newWind(WALLET_EDITOR_URL);
}
NS_IMETHODIMP
@ -384,7 +384,7 @@ nsBrowserAppCore::WalletSafeFillin()
}
#ifndef HTMLDialogs
return newWindow("file:///y|/htmldlgs.htm");
return newWind("file:///y|/htmldlgs.htm");
#endif
return NS_OK;