Added PR_EXTERN_C macros necessry for Raptor

git-svn-id: svn://10.0.0.236/trunk@6454 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vidur%netscape.com
1998-07-24 23:52:27 +00:00
parent f43582b3bb
commit 96502a2a0f

View File

@@ -21,6 +21,8 @@
#include "mkgeturl.h"
PR_BEGIN_EXTERN_C
/* removes all cookies structs from the cookie list */
extern void
NET_RemoveAllCookies(void);
@@ -61,4 +63,6 @@ NET_SetCookieStringFromHttp(FO_Present_Types outputFormat,
char * cur_url,
char * set_cookie_header);
PR_END_EXTERN_C
#endif /* COOKIES_H */