ObjFW  Diff

Differences From Artifact [b9d05c835c]:

To Artifact [191d7021a4]:


23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 * instances of this class and need no initialization.
 */
@interface OFStdIOStream: OFStream
{
	int  _fd;
	bool _atEndOfStream;
}

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

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








<
<







23
24
25
26
27
28
29


30
31
32
33
34
35
36
 * instances of this class and need no initialization.
 */
@interface OFStdIOStream: OFStream
{
	int  _fd;
	bool _atEndOfStream;
}


@end

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