home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / stex2-18.zip / SeeTeX / libtex / gripes.h < prev    next >
Text File  |  1990-07-10  |  599b  |  17 lines

  1. /*
  2.  * Copyright (c) 1987, 1989 University of Maryland
  3.  * Department of Computer Science.  All rights reserved.
  4.  * Permission to copy for any purpose is hereby granted
  5.  * so long as this copyright notice remains intact.
  6.  */
  7.  
  8. /*
  9.  * Declarations for the various gripes.
  10.  */
  11.  
  12. void GripeOutOfMemory(), GripeCannotGetFont(), GripeDifferentChecksums();
  13. void GripeMissingFontsPreventOutput(), GripeNoSuchFont();
  14. void GripeFontAlreadyDefined(), GripeUnexpectedDVIEOF(), GripeUnexpectedOp();
  15. void GripeMissingOp(), GripeCannotFindPostamble(), GripeMismatchedValue();
  16. void GripeUndefinedOp(), GripeBadGlyph();
  17.