home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / ZOO21E.EXE / ERRORS.I < prev    next >
Text File  |  1991-07-11  |  859b  |  35 lines

  1. /* @(#) errors.i 2.4 88/01/31 12:32:46 */
  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. extern char packfirst[];
  22. extern char garbled[];
  23. extern char start_ofs[];
  24.  
  25. #ifndef OOZ
  26. extern char wrong_version[];
  27. extern char cant_process[];
  28. extern char option_ignored[];
  29. extern char inv_option[];
  30. extern char bad_crc[];
  31. #endif
  32.  
  33. extern char could_not_open[];
  34.  
  35.