Better fix for Guha bustage... requires a prototype addition in net.h for NET_GetQuickURL() though. Removed #include "mkutils.h" from glue.h as its a private Netlib header file.

This commit is contained in:
rjc 1998-05-02 01:28:02 +00:00
Родитель a47b50e742
Коммит 8f6cb159d8
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -1317,6 +1317,11 @@ NET_GetURL (URL_Struct * URL_s,
FO_Present_Types output_format,
MWContext * context,
Net_GetUrlExitFunc* exit_routine);
PUBLIC int
NET_GetURLQuick (URL_Struct * URL_s,
FO_Present_Types output_format,
MWContext * context,
Net_GetUrlExitFunc* exit_routine);
/* URL methods
*/

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

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