--- embedtools/inc/Attic/dircmp.h 2010/07/13 09:35:00 1.1 +++ embedtools/inc/Attic/dircmp.h 2010/07/13 09:35:00 1.1.2.1 @@ -0,0 +1,14 @@ +#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