add prototypes for NET_FindURLInMemCache, NET_DisplayMemCacheInfoAsHTML, and NET_InitMemCacProtocol to reduce Mac compiler warnings

This commit is contained in:
brade%netscape.com 1998-12-23 14:37:03 +00:00
Родитель a236f201ee
Коммит c99b68bea8
1 изменённых файлов: 7 добавлений и 0 удалений

7
network/cache/mkmemcac.h поставляемый
Просмотреть файл

@ -58,4 +58,11 @@ NET_FirstMemCacheObject(XP_List* list_ptr);
extern net_CacheObject *
NET_NextMemCacheObject(XP_List* list_ptr);
#ifndef NU_CACHE
MODULE_PRIVATE int NET_FindURLInMemCache(URL_Struct * URL_s, MWContext *ctxt);
MODULE_PRIVATE void NET_DisplayMemCacheInfoAsHTML(ActiveEntry * cur_entry);
void NET_InitMemCacProtocol(void);
#endif
#endif /* MK_MEMORY_CACHE_H */