add prototype for NET_FindProxyInJSC to reduce compiler warnings on Macintosh.

This commit is contained in:
brade%netscape.com 1998-12-30 16:00:01 +00:00
parent bb23b3dbd6
commit e39db8a885

View File

@ -25,4 +25,6 @@
MODULE_PRIVATE NET_StreamClass*
NET_JavascriptConfig(int fmt, void* data_obj, URL_Struct* URL_s, MWContext* w);
MODULE_PRIVATE XP_Bool NET_FindProxyInJSC(void);
#endif