home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d2xx / d258 / suplib.lha / Suplib / include / local / sublib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-10-18  |  317 b   |  21 lines

  1.  
  2. /*
  3.  *  SUBLIB.H
  4.  *
  5.  */
  6.  
  7. #define SUBHDR    struct _SUBHDR
  8.  
  9. #define SUBMAGIC    0x4D44
  10.  
  11. SUBHDR {
  12.     NODE    Node;    /*  link node + name    */
  13.     uword   DSize;    /*  size of header    */
  14.     uword   Magic;    /*  Magic        */
  15.     uword   NameLen;
  16.     uword   RefCnt;    /*  # of references    */
  17.     uword   Flags;
  18.     uword   Version;
  19. };
  20.  
  21.