add #mkgeturl.h

git-svn-id: svn://10.0.0.236/trunk@1395 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
montulli 1998-05-11 21:41:26 +00:00
parent 9a3b2e21ef
commit b8f16d0f85
2 changed files with 4 additions and 0 deletions

View File

@ -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);

View File

@ -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);