From cf7a9de30f1124b2492aeead68b86ceb19b509d3 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. --- include/fe_proto.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/fe_proto.h b/include/fe_proto.h index 5147a9677497..99ed28e28d2e 100644 --- a/include/fe_proto.h +++ b/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