ncsa-mosaic/libwww2/HTCompressed.h
Alan Dipert 29c82be0c2 init
2010-03-08 05:55:21 -05:00

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