home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro200 / readgif.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-15  |  675 b   |  18 lines

  1. /*----------------------------------------------------------------------*/
  2. /* Copyright (c) 1988-1989                        */
  3. /* by CompuServe Inc., Tucson, AZ.  All Rights Reserved            */
  4. /* READGIF.H can be copied and distributed freely for any        */
  5. /* non-commercial purposes. READGIF.H can only be incorporated        */
  6. /* into commercial software with the permission of CompuServe Inc.    */
  7. /*----------------------------------------------------------------------*/
  8.  
  9. /* Header file READGIF.H */
  10.  
  11. /* Procedures to read page data out of GIF file */
  12.  
  13. extern short int    next_GIF_byte( void );
  14.  
  15. extern void        close_stream( void );
  16.  
  17. extern short int    init_GIF_input( char    filename[21] );
  18.