File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / inc / Attic / dircmp.h
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 13 09:35:00 2010 UTC (14 years ago) by misho
Branches: tools1_0
added new prog

    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>