mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-06 14:44:26 +00:00
Added an include for autoupdt.h
This commit is contained in:
parent
9bc6edecfa
commit
613fec7b55
@ -55,7 +55,9 @@
|
||||
#include "autoupdt.h" /* autoupdate converters */
|
||||
#ifdef MOZ_SMARTUPDATE
|
||||
#include "softupdt.h" /* software update converters */
|
||||
NET_StreamClass * autoupdate_Converter(FO_Present_Types format_out, void *data_object, URL_Struct *URL_s, MWContext *window_id);
|
||||
#include "autoupdt.h"
|
||||
#else
|
||||
NET_StreamClass * Autoupdate_Converter(FO_Present_Types format_out, void *data_object, URL_Struct *URL_s, MWContext *window_id);
|
||||
#endif
|
||||
|
||||
#include "m_cvstrm.h"
|
||||
@ -637,7 +639,7 @@ net_RegisterDefaultDecoders (void)
|
||||
#endif
|
||||
|
||||
NET_RegisterContentTypeConverter( "*", FO_CACHE_AND_AUTOUPDATE, NULL, NET_CacheConverter);
|
||||
NET_RegisterContentTypeConverter( "*", FO_AUTOUPDATE, NULL, autoupdate_Converter);
|
||||
NET_RegisterContentTypeConverter( "*", FO_AUTOUPDATE, NULL, Autoupdate_Converter);
|
||||
|
||||
#ifndef MCC_PROXY
|
||||
NET_RegisterContentTypeConverter(APPLICATION_NS_PROXY_AUTOCONFIG,
|
||||
|
Loading…
x
Reference in New Issue
Block a user