home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / phigs / ptk.lha / ptk / include / perrfns.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-21  |  177 b   |  12 lines

  1.  
  2. #ifndef _PERRFNS_
  3. #define _PERRFNS_
  4.  
  5. extern void ptk_error ARGS((Pint err, Pint funcnum));
  6.  
  7. extern void ptk_seterrorfile ARGS((FILE *fileptr));
  8.  
  9. #endif
  10.  
  11. /* end of perrfns.h */
  12.