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, 3 months ago) by misho
Branches: tools1_0
added new prog

#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

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