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:
montulli 1998-05-01 23:19:03 +00:00
parent 66562cc5a4
commit c5c0900bcc
2 changed files with 9 additions and 9 deletions

View File

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

View File

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