This commit is contained in:
warren%netscape.com 2000-03-30 08:09:45 +00:00
Родитель a6d51f6797
Коммит 6de6d5885a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -430,7 +430,7 @@ nsJAR::CreateInputStream(const char* aFilename, nsIInputStream **is)
}
nsresult
nsJAR::LoadEntry(const char* aFilename, const char** aBuf, PRUint32* aBufLen)
nsJAR::LoadEntry(const char* aFilename, char** aBuf, PRUint32* aBufLen)
{
//-- Get a stream for reading the manifest file
nsresult rv;

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

@ -85,7 +85,7 @@ class nsJAR : public nsIZipReader
//-- Private functions
nsresult CreateInputStream(const char* aFilename, nsIInputStream** is);
nsresult LoadEntry(const char* aFilename, const char** aBuf,
nsresult LoadEntry(const char* aFilename, char** aBuf,
PRUint32* aBufLen = nsnull);
PRInt32 ReadLine(const char** src);
nsresult ParseOneFile(const char* filebuf, PRInt16 aFileType,