Getting this to build on BSD. See bugzilla bug #122. Thanks Frank van der Linden (frank@wins.uva.nl)
git-svn-id: svn://10.0.0.236/trunk@14570 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6eeabfbf5c
commit
61ff9414d7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user