From 056cdd590ecf103c83a9c0d929f044dc4cfe774a Mon Sep 17 00:00:00 2001 From: "pnunn%netscape.com" Date: Wed, 9 Sep 1998 19:13:11 +0000 Subject: [PATCH] fix for #309770. Porting "RefreshURLTimer" fix from 4.06 to 5.0. git-svn-id: svn://10.0.0.236/trunk@9648 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/fe_proto.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/include/fe_proto.h b/mozilla/include/fe_proto.h index 5147a967749..99ed28e28d2 100644 --- a/mozilla/include/fe_proto.h +++ b/mozilla/include/fe_proto.h @@ -62,13 +62,11 @@ XP_BEGIN_PROTOS * leaves the current page */ extern void FE_SetRefreshURLTimer(MWContext *context, - uint32 seconds, - char *refresh_url); + URL_Struct *URL_s ); #ifdef _USRDLL extern void NDLLFE_SetRefreshURLTimer(MWContext *context, - uint32 seconds, - char *refresh_url); + URL_Struct *URL_s ); #endif /* this function should register a function that will