home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11.lha / ccs-lib / include / libpgm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-12  |  281 b   |  12 lines

  1. /* libpgm.h - internal header file for libpgm portable graymap library
  2. */
  3.  
  4. #ifndef _LIBPGM_H_
  5. #define _LIBPGM_H_
  6.  
  7. /* Here are some routines internal to the pgm library. */
  8.  
  9. int pgm_readpgminitrest ARGS(( FILE* file, int* colsP, int* rowsP, gray* maxvalP ));
  10.  
  11. #endif /*_LIBPGM_H_*/
  12.