/*                         W3C Sample Code Library libwww ZLib Compress and Decompress Stream
                           ZLIB COMPRESS AND DECOMPRESS STREAM
                                             
 */
/*
**      (c) COPYRIGHT MIT 1995.
**      Please first read the full copyright statement in the file COPYRIGH.
*/
/*

   This module provides an interface to the zlib compress and decompress functions. It can
   be hooked inas as content encoding coder/decoder in libwww which allows for on-the-fly
   encoding/decoding.
   
   This module is implemented by HTZip.c, and it is a part of the W3C Sample Code Library.
   
 */
#ifndef HTZIP_H
#define HTZIP_H

#include "HTFormat.h"
/*

 */
#ifdef HT_ZLIB
extern HTCoder HTZLib_inflate;
#endif
/*

   End of definition module
   
 */
#endif /* HTZIP_H */
/*

   
   ___________________________________
   
                              @(#) $Id: HTZip.html,v 2.4 1997/02/16 18:43:17 frystyk Exp $
                                                                                          
    */
