зеркало из https://github.com/mozilla/pjs.git
move extcache function to public header
This commit is contained in:
Родитель
e5587e4c8c
Коммит
bc0fed4978
|
@ -19,13 +19,4 @@
|
|||
#ifndef MKEXTCACHE_H
|
||||
#define MKEXTCACHE_H
|
||||
|
||||
/* lookup routine
|
||||
*
|
||||
* builds a key and looks for it in
|
||||
* the database. Returns an access
|
||||
* method and sets a filename in the
|
||||
* URL struct if found
|
||||
*/
|
||||
extern int NET_FindURLInExtCache(URL_Struct * URL_s, MWContext *ctxt);
|
||||
|
||||
#endif /* MKEXTCACHE_H */
|
||||
|
|
|
@ -73,6 +73,15 @@ NET_DisplayMemCacheInfoAsHTML(ActiveEntry * cur_entry);
|
|||
extern int
|
||||
NET_FindURLInMemCache(URL_Struct * URL_s, MWContext *ctxt);
|
||||
|
||||
/* lookup routine
|
||||
*
|
||||
* builds a key and looks for it in
|
||||
* the database. Returns an access
|
||||
* method and sets a filename in the
|
||||
* URL struct if found
|
||||
*/
|
||||
extern int NET_FindURLInExtCache(URL_Struct * URL_s, MWContext *ctxt);
|
||||
|
||||
XP_END_PROTOS
|
||||
|
||||
#endif /* NETCACHE_H */
|
||||
|
|
Загрузка…
Ссылка в новой задаче