git-svn-id: svn://db.shs.com.ru/pip@554 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-11-20 12:26:39 +00:00
parent 6cbe77c5b6
commit a1b95e6e66
6 changed files with 112 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
#ifndef PICOMPRESS_H
#define PICOMPRESS_H
#include "pibytearray.h"
PIByteArray piCompress(const PIByteArray & ba, int level = 6);
PIByteArray piDecompress(const PIByteArray & zba);
#endif // PICOMPRESS_H

View File

@@ -3,7 +3,7 @@
#define PIVERSION_H
#define PIP_VERSION_MAJOR 1
#define PIP_VERSION_MINOR 0
#define PIP_VERSION_MINOR 1
#define PIP_VERSION_REVISION 0
#define PIP_VERSION_SUFFIX ""