зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
a47b50e742
Коммит
8f6cb159d8
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче