home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / networking / dnet / dnet2.3.2 / amiga / suplib / local / sublib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-29  |  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.