ObjFW  Diff

Differences From Artifact [cff734a988]:

To Artifact [b9d05c835c]:


24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 */
@interface OFStdIOStream: OFStream
{
	int  _fd;
	bool _atEndOfStream;
}

- OF_initWithFileDescriptor: (int)fd;
@end

#ifdef __cplusplus
extern "C" {
#endif
/*! @file */








|







24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 */
@interface OFStdIOStream: OFStream
{
	int  _fd;
	bool _atEndOfStream;
}

- (instancetype)OF_initWithFileDescriptor: (int)fd;
@end

#ifdef __cplusplus
extern "C" {
#endif
/*! @file */