IcBench: Integer Compression codecs include

This commit is contained in:
x
2017-01-15 13:57:45 +01:00
parent b0866891a5
commit 5e4b3ed1ce

View File

@ -22,6 +22,7 @@
- email : powturbo [_AT_] gmail [_DOT_] com
**/
// TurboPFor: plugins.h - settings
#define PG_DLT // delta
struct plugs {
int id;
@ -31,6 +32,10 @@ struct plugs {
unsigned flag,blksize;
};
struct plugg {
char id[17],*desc,*s;
};
#ifdef __cplusplus
extern "C" {
#endif