summaryrefslogtreecommitdiff
path: root/src/common/grfio.h
blob: ce2b75150b8e5a4b29d390ba19b04acbbb2badaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef	_GRFIO_H_
#define	_GRFIO_H_

int decode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char* source, unsigned long sourceLen);
int encode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char* source, unsigned long sourceLen);

#endif /* _GRFIO_H_ */