#ifndef EZLIB_H
#define EZLIB_H

#include "estr.h"

estr inflate(estr& str);

#endif

