// Copyright 2015 The Servo Project Developers.
//// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file.
// Declares the zlib API subset used by ots
#ifndef ZLIB_H
#defineZLIB_H#ifdef __cplusplus
extern"C"{#endif// Adapted from miniz.c.
typedefunsignedcharBytef;typedefunsignedlonguLongf;intuncompress(unsignedchar*pDest,unsignedlong*pDest_len,constunsignedchar*pSource,unsignedlong source_len);#defineZ_OK0#ifdef __cplusplus
}#endif#endif