merge the formfield patch from ooo-build
[ooovba.git] / dmake / msdos / dosdta.h
blobc9642715d937908b7ac1e609e2ab44b0a9ce50ce
1 #ifndef _DOSDTA_
2 #define _DOSDTA_
4 #include "stdmacs.h"
5 typedef struct {
6 char fcb[21];
7 char attr;
8 short time;
9 short date;
10 long size;
11 char name[13];
12 } DTA;
14 extern DTA *findfirst ANSI((char *, DTA *));
15 extern DTA *findnext ANSI((DTA *));
16 #endif