summaryrefslogtreecommitdiff
path: root/tvision/include/tv/searchrc.h
blob: 2248da0175d86b8b9e46b380b75317940577496a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 *      Turbo Vision - Version 2.0
 *
 *      Copyright (c) 1994 by Borland International
 *      All Rights Reserved.
 *

Modified by Robert H”hne to be used for RHIDE.

 *
 *
 */

#if defined( Uses_TSearchRec ) && !defined( __TSearchRec )
#define __TSearchRec

struct TSearchRec
{
    uchar attr;
    time_t time;
    size_t size;
    short ff_fille;
    char name[PATH_MAX];
};

#endif  // Uses_TSearchRec