Diff for /embedtools/inc/Attic/dircmp.h between versions 1.1 and 1.1.2.1

version 1.1, 2010/07/13 09:35:00 version 1.1.2.1, 2010/07/13 09:35:00
Line 0 Line 1
   #ifndef __DIRCMP_H
   #define __DIRCMP_H
   
   
   struct tagDirName {
           u_char  ch;
           u_short tag;
           u_int   hash;
           char    name[MAXPATHLEN];
           char    extra[MAX_STR];
   };
   
   
   #endif

Removed from v.1.1  
changed lines
  Added in v.1.1.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>