home *** CD-ROM | disk | FTP | other *** search
- /*
- * JET PAK - HP DeskJet and LaserJet series printer utilities
- *
- * JETBMP header - bitmap utility definitions
- *
- * Version 1.1 (Public Domain)
- */
-
- /* declarations of public functions */
- extern int bitmap_smooth();
- extern int bitmap_compress();
- extern int bitmap_decompress();
- extern int bitmap_lj_to_dj();
- extern int bitmap_dj_to_lj();
-