#ifndef COMPRESS_H_
#define COMPRESS_H_

#include <nan.h>

NAN_METHOD(DeflateMethod);
NAN_METHOD(ErrorOnlyMethod);

#endif

