ObjFW  Diff

Differences From Artifact [661be4a935]:

To Artifact [39a9cc1b5c]:


35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#else
typedef struct stat of_stat_t;
#endif

/*!
 * @class OFFile OFFile.h ObjFW/OFFile.h
 *
 * @brief A class which provides functions to read and write files.
 */
@interface OFFile: OFSeekableStream
{
	int  _fd;
	bool _atEndOfStream;
}








|







35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#else
typedef struct stat of_stat_t;
#endif

/*!
 * @class OFFile OFFile.h ObjFW/OFFile.h
 *
 * @brief A class which provides methods to read and write files.
 */
@interface OFFile: OFSeekableStream
{
	int  _fd;
	bool _atEndOfStream;
}