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 / error.h < prev    next >
Text File  |  1990-07-10  |  381b  |  15 lines

  1. /*
  2.  * Copyright (c) 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.  * Errors.
  10.  */
  11. void    error(/* int quit, int e, char *fmt, ... */);
  12. void    panic(/* char *fmt, ... */);
  13.  
  14. void    SetErrorTrap(/* void (*fn)(int quit, char *text) */);
  15.