Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mtools
/
460cc855f3b04d55bfe2afac1e53cd88166f4e06
/
.
/
dirCacheP.h
blob: 1857ee487dcb2fdc6044091c62cdb44c9b609fa9 [
file
] [
log
] [
blame
]
#ifndef
DIRCACHEP_H
#define
DIRCACHEP_H
struct
dirCacheEntry_t
{
dirCacheEntryType_t
type
;
unsigned
int
beginSlot
;
unsigned
int
endSlot
;
wchar_t
*
shortName
;
wchar_t
*
longName
;
struct
directory dir
;
int
endMarkPos
;
}
;
#endif
/* DIRCACHEP_H */