fix prototype

This commit is contained in:
montulli 1998-05-01 02:24:39 +00:00
parent d5f8decf8e
commit 91b8db16bb

View File

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