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:
gagan%netscape.com 1998-08-03 23:53:58 +00:00
Родитель 0f0c4c78a1
Коммит 4525765f14
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 */