add #mkgeturl.h
git-svn-id: svn://10.0.0.236/trunk@1395 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9a3b2e21ef
commit
b8f16d0f85
2
mozilla/network/cache/netcache.h
vendored
2
mozilla/network/cache/netcache.h
vendored
@ -21,6 +21,8 @@
|
||||
|
||||
XP_BEGIN_PROTOS
|
||||
|
||||
#include "mkgeturl.h"
|
||||
|
||||
extern void NET_CleanupCache (char * filename);
|
||||
extern int NET_FindURLInCache(URL_Struct * URL_s, MWContext *ctxt);
|
||||
extern void NET_RefreshCacheFileExpiration(URL_Struct * URL_s);
|
||||
|
||||
@ -19,6 +19,8 @@
|
||||
#ifndef COOKIES_H
|
||||
#define COOKIES_H
|
||||
|
||||
#include "mkgeturl.h"
|
||||
|
||||
/* removes all cookies structs from the cookie list */
|
||||
extern void
|
||||
NET_RemoveAllCookies(void);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user