add prototypes for NET_DisableGetURL, net_CallExitRoutine, net_get_protocol_impl, and net_MailtoLoad to reduce Mac compiler warnings

This commit is contained in:
brade%netscape.com 1998-12-23 14:36:13 +00:00
Родитель bea9026ee5
Коммит a236f201ee
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -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 */