From a236f201ee4cbc631429f0534871ab5b23972f7b Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Wed, 23 Dec 1998 14:36:13 +0000 Subject: [PATCH] add prototypes for NET_DisableGetURL, net_CallExitRoutine, net_get_protocol_impl, and net_MailtoLoad to reduce Mac compiler warnings --- network/main/mkgeturl.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/network/main/mkgeturl.h b/network/main/mkgeturl.h index 904fc4a546a..f8e318f8350 100644 --- a/network/main/mkgeturl.h +++ b/network/main/mkgeturl.h @@ -34,6 +34,14 @@ MODULE_PRIVATE int PR_CALLBACK NET_PrefChangedFunc(const char *pref, void *data); +PUBLIC void NET_DisableGetURL(void); +MODULE_PRIVATE void +net_CallExitRoutine(Net_GetUrlExitFunc *exit_routine, + URL_Struct *URL_s, + int status, + FO_Present_Types format_out, + MWContext *window_id); + /* Debugging routine prints an URL (and string "header") */ PR_BEGIN_EXTERN_C @@ -144,5 +152,8 @@ NET_RegisterProtocolImplementation(NET_ProtoImpl *impl, int for_url_type); extern XP_List * NET_GetTrustList( char *TargetURL ); #endif +NET_ProtoImpl * net_get_protocol_impl(int for_url_type); +MODULE_PRIVATE int32 net_MailtoLoad (ActiveEntry * cur_entry); + PR_END_EXTERN_C #endif /* not MKGetURL_H */