зеркало из https://github.com/mozilla/gecko-dev.git
Getting this to build on BSD. See bugzilla bug #122. Thanks Frank van der Linden (frank@wins.uva.nl)
This commit is contained in:
Родитель
8e56559948
Коммит
bb251f75f9
|
@ -76,7 +76,7 @@ PRE_Fetch(MWContext* context)
|
|||
/* Returns bool to indicate if its OK to prefetch the specified URL.
|
||||
we don't prefetch mailto:, file:, etc.
|
||||
*/
|
||||
PRIVATE Bool
|
||||
MODULE_PRIVATE Bool
|
||||
pre_OKToPrefetch(char* url)
|
||||
{
|
||||
int type;
|
||||
|
@ -101,7 +101,7 @@ pre_OKToPrefetch(char* url)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
PRIVATE void
|
||||
MODULE_PRIVATE void
|
||||
pre_Finished(URL_Struct* url_struct, int status, MWContext* context)
|
||||
{
|
||||
/* this should change to update the colors of
|
||||
|
|
Загрузка…
Ссылка в новой задаче