one more attempt to clean up mac build

This commit is contained in:
morse%netscape.com 1998-08-30 15:43:56 +00:00
Родитель f44e9d0abf
Коммит eaccbb83f6
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -2940,6 +2940,12 @@ NET_SaveCookies(char * filename)
return(0); return(0);
} }
/* This isn't needed any more */
PUBLIC int
NET_ReadCookies(char * filename)
{
}
/* reads HTTP cookies from disk /* reads HTTP cookies from disk
* *
* on entry pass in the name of the file to read * on entry pass in the name of the file to read