home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume11 / zoo / part01 / errors.i < prev    next >
Encoding:
Text File  |  1987-08-16  |  752 b   |  32 lines

  1. /* @(#) errors.i 1.5 87/05/21 11:37:33 */
  2.  
  3. /*
  4. The contents of this file are hereby released to the public domain.
  5.  
  6.                            -- Rahul Dhesi 1986/11/14
  7. */
  8.  
  9. /* defines all the errors as externs.  Declarations must be
  10. equivalent to those in prterror.c */
  11.  
  12. /* These declarations must be equivalent to those in prterror.c */
  13. extern char no_match[];
  14. extern char failed_consistency[];
  15. extern char invalid_header[];
  16. extern char internal_error[];
  17. extern char disk_full[];
  18. extern char bad_directory[];
  19. extern char no_memory[];
  20. extern char too_many_files[];
  21.  
  22. #ifndef OOZ
  23. extern char wrong_version[];
  24. extern char cant_process[];
  25. extern char option_ignored[];
  26. extern char inv_option[];
  27. extern char bad_crc[];
  28. #endif
  29.  
  30. extern char could_not_open[];
  31.  
  32.