home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / libdwarf / dwarf_error.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  221 b   |  12 lines

  1. /*
  2.     dwarf_error.h
  3.  
  4.     $Revision: 1.17 $     $Date: 1993/08/16 23:17:45 $
  5. */
  6.  
  7. void _dwarf_error (Dwarf_Debug dbg, Dwarf_Error *error, Dwarf_Sword  errval);
  8.  
  9. struct Dwarf_Error_s {
  10.     Dwarf_Sword         er_errval;
  11. };
  12.