diff --git a/network/cache/mkextcac.h b/network/cache/mkextcac.h index f81f275063c..75c66de2bb4 100644 --- a/network/cache/mkextcac.h +++ b/network/cache/mkextcac.h @@ -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 */ diff --git a/network/cache/netcache.h b/network/cache/netcache.h index aa40ffd8425..665d53e186b 100644 --- a/network/cache/netcache.h +++ b/network/cache/netcache.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 */