move extcache function to public header
git-svn-id: svn://10.0.0.236/trunk@1044 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
66562cc5a4
commit
c5c0900bcc
9
mozilla/network/cache/mkextcac.h
vendored
9
mozilla/network/cache/mkextcac.h
vendored
@ -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 */
|
||||
|
||||
9
mozilla/network/cache/netcache.h
vendored
9
mozilla/network/cache/netcache.h
vendored
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user