Fix Guha bustage by adding a #include "mkutils.h" in glue.h, adding appropriate include path(s) to libnet, and modifying Navigator.exp to export the NET_GetQuickUrl() function.

git-svn-id: svn://10.0.0.236/trunk@1060 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rjc
1998-05-02 01:00:06 +00:00
parent 2c81902303
commit a3b19be43f
3 changed files with 2 additions and 0 deletions

View File

@@ -1256,6 +1256,7 @@ NET_ParseURL
# NET_ProxyAutoConfig
# NET_PublishFiles
# NET_PublishFilesTo
NET_GetURLQuick
# NET_ReadCacheFAT
# NET_ReadCookies
# NET_ReadNewsgroupsFromDisk

Binary file not shown.

View File

@@ -25,6 +25,7 @@
#include "net.h"
#include "ntypes.h"
#include "fe_proto.h"
#include "mkutils.h"
#ifdef NSPR20
#include "prinit.h"