add prototype for NET_FindProxyInJSC to reduce compiler warnings on Macintosh.

git-svn-id: svn://10.0.0.236/trunk@16991 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com 1998-12-30 16:00:01 +00:00
parent 9a6867b7e9
commit 06b8ec5269

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