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
parent b7e7e0ce2c
commit 8747e60d17

View File

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