mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
Added PR_EXTERN_C macros necessry for Raptor
This commit is contained in:
parent
db3025af97
commit
e7551f3f13
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user