home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / lib / libcnv / libppm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  709 b   |  23 lines

  1. /* libppm.h -
  2. **
  3. ** Header File
  4. **
  5. ** Copyright (C) 1989, 1991 by Jef Poskanzer.
  6. **
  7. ** Permission to use, copy, modify, and distribute this software and its
  8. ** documentation for any purpose and without fee is hereby granted, provided
  9. ** that the above copyright notice appear in all copies and that both that
  10. ** copyright notice and this permission notice appear in supporting
  11. ** documentation.  This software is provided "as is" without express or
  12. ** implied warranty.
  13. */
  14.  
  15. #ifndef _LIBPPM_H_
  16. #define _LIBPPM_H_
  17.  
  18. /* Here are some routines internal to the ppm library. */
  19.  
  20. void ppm_readppminitrest ARGS(( FILE* file, int16* colsP, int16* rowsP, pixval* maxvalP ));
  21.  
  22. #endif /*_LIBPPM_H_*/
  23.