mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Prefetching changes. Removed pre-fetch values on a per tag basis. Pref is now the max number of docs to prefetch.
This commit is contained in:
parent
b7e7e0ce2c
commit
8747e60d17
@ -19,8 +19,8 @@
|
||||
#ifndef PREFETCH_H
|
||||
#define PREFETCH_H
|
||||
|
||||
extern void PRE_AddToList(MWContext* context, char* url, double value);
|
||||
extern void PRE_AddToList(MWContext* context, char* url);
|
||||
extern void PRE_Fetch(MWContext* context);
|
||||
extern void PRE_Enable(XP_Bool enabled);
|
||||
extern void PRE_Enable(PRUint8 nNumber);
|
||||
|
||||
#endif /* PREFETCH_H */
|
||||
|
Loading…
Reference in New Issue
Block a user