diff --git a/network/main/mkgeturl.c b/network/main/mkgeturl.c index 68c35c278bcf..769629b92007 100644 --- a/network/main/mkgeturl.c +++ b/network/main/mkgeturl.c @@ -300,7 +300,6 @@ PRIVATE Bool override_proxy (CONST char * URL); HG52422 PRIVATE void net_FreeURLAllHeaders(URL_Struct * URL_s); -PRIVATE void NET_InitAboutProtocol(void); PRIVATE NET_TimeBombActive = FALSE; @@ -1439,7 +1438,7 @@ net_CheckForWaitingURL(MWContext * window_id, int protocol, Bool was_background) if(!was_background) { ET_SendLoadEvent(window_id, EVENT_XFER_DONE, - NULL, NULL, LO_DOCUMENT_LAYER_ID, + NULL, NULL, 0, FALSE); FE_AllConnectionsComplete(window_id); } diff --git a/network/main/mkutils.c b/network/main/mkutils.c index a0f2e791c48f..68cd04f1f072 100644 --- a/network/main/mkutils.c +++ b/network/main/mkutils.c @@ -2348,7 +2348,7 @@ PUBLIC int NET_AddLOSubmitDataToURLStruct(LO_FormSubmitData * sub_data, URL_Struct * url_struct) { - +#if 0 int32 i; int32 total_size; char *end, *tmp_ptr; @@ -2962,6 +2962,8 @@ NET_AddLOSubmitDataToURLStruct(LO_FormSubmitData * sub_data, PA_UNLOCK(sub_data->encoding); return(1); /* success */ +#endif + return 0; } PUBLIC int