actual return type
This commit is contained in:
@@ -312,7 +312,7 @@ int RageFileObjDeflate::FlushInternal()
|
|||||||
* Parse a .gz file, check the header CRC16 if present, and return the data
|
* Parse a .gz file, check the header CRC16 if present, and return the data
|
||||||
* CRC32 and a decompressor.
|
* CRC32 and a decompressor.
|
||||||
*/
|
*/
|
||||||
RageFileBasic *GunzipFile( RageFileBasic &file, RString &sError, uint32_t *iCRC32 )
|
RageFileObjInflate *GunzipFile( RageFileBasic &file, RString &sError, uint32_t *iCRC32 )
|
||||||
{
|
{
|
||||||
sError = "";
|
sError = "";
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ private:
|
|||||||
int m_iDataStartOffset;
|
int m_iDataStartOffset;
|
||||||
};
|
};
|
||||||
|
|
||||||
RageFileBasic *GunzipFile( RageFileBasic &file, RString &sError, uint32_t *iCRC32 );
|
RageFileObjInflate *GunzipFile( RageFileBasic &file, RString &sError, uint32_t *iCRC32 );
|
||||||
|
|
||||||
/* Quick helpers: */
|
/* Quick helpers: */
|
||||||
void GzipString( const RString &sIn, RString &sOut );
|
void GzipString( const RString &sIn, RString &sOut );
|
||||||
|
|||||||
Reference in New Issue
Block a user