#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