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