Annotation of embedtools/inc/dircmp.h, revision 1.1.2.1

1.1.2.1 ! misho       1: #ifndef __DIRCMP_H
        !             2: #define __DIRCMP_H
        !             3: 
        !             4: 
        !             5: struct tagDirName {
        !             6:        u_char  ch;
        !             7:        u_short tag;
        !             8:        u_int   hash;
        !             9:        char    name[MAXPATHLEN];
        !            10:        char    extra[MAX_STR];
        !            11: };
        !            12: 
        !            13: 
        !            14: #endif

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