home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / imdisp / source / refresh.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-31  |  524 b   |  21 lines

  1. /****  REFRESH.H
  2.  
  3.        Header file for REFRESH.H
  4.        Built by A. Warnock, ST Systems Corp., NASA/GSFC 5/90
  5.  
  6. ****/
  7.  
  8. /* * * *  External Function Prototypes * * * */
  9.  
  10. extern int FreeRefresh (char *);
  11. extern int PutRefresh (unsigned char *,int ,int ,int );
  12. extern int GetRefresh (unsigned char *,int ,int ,int );
  13. extern int AllocRefresh (void);
  14.  
  15. /* * * *  External Global Variables * * * */
  16.  
  17. extern int           RefreshLines;
  18. extern unsigned int  segment;
  19. extern unsigned char *RefreshBuf[MAXDISPNL];
  20.  
  21.