This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ncsa-mosaic/libwww2/HTCompressed.h

8 lines
217 B
C

#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 */