diff --git a/mozilla/include/fe_proto.h b/mozilla/include/fe_proto.h index e4bab347e82..00afc3bf8db 100644 --- a/mozilla/include/fe_proto.h +++ b/mozilla/include/fe_proto.h @@ -117,8 +117,8 @@ extern void FE_ClearConnectPoll(PRFileDesc *fd); extern int FE_AsyncDNSLookup(MWContext *context, char * host_port, PRHostEnt ** hoststruct_ptr_ptr, - PRFileDesc *socket); -extern void FE_AbortDNSLookup(PRFileDesc *socket); + PRFileDesc *sock); +extern void FE_AbortDNSLookup(PRFileDesc *sock); /* all the other selects are depricated and should be removed shortly */ diff --git a/mozilla/include/net.h b/mozilla/include/net.h index ef8562a797f..32a2e1c1993 100644 --- a/mozilla/include/net.h +++ b/mozilla/include/net.h @@ -1512,7 +1512,7 @@ Bool NET_SetActiveEntryBusyStatus(URL_Struct *nurl, Bool set_busy); * * returns -1 on error. */ -extern int NET_InterruptSocket (PRFileDesc *socket); +extern int NET_InterruptSocket (PRFileDesc *sock); /* check for any active URL transfers in progress for the given * window Id