ncsa-mosaic/libwww2/HTCompressed.h

8 lines
217 B
C
Raw Normal View History

2010-03-08 04:55:21 -06:00
#ifndef HTCOMPRESSED_H
#define HTCOMPRESSED_H
extern void HTCompressedFileToFile (char *fnam, int compressed);
extern void HTCompressedHText (HText *text, int compressed, int plain);
#endif /* not HTCOMPRESSED_H */