mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
fix prototype
This commit is contained in:
parent
d5f8decf8e
commit
91b8db16bb
@ -21,7 +21,7 @@
|
||||
|
||||
/* removes all cookies structs from the cookie list */
|
||||
extern void
|
||||
NET_RemoveAllCookies();
|
||||
NET_RemoveAllCookies(void);
|
||||
|
||||
extern char *
|
||||
NET_GetCookie(MWContext * context, char * address);
|
||||
|
Loading…
Reference in New Issue
Block a user