ObjFW  Diff

Differences From Artifact [1635dfcf25]:

To Artifact [8ae41c981b]:


10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 */

#import "OFObject.h"

@class OFString;

/**
 * The OFStream class provides a base class for different types of streams.
 */
@interface OFStream: OFObject
{
	char   *cache;
	size_t cache_len;
}








|







10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 */

#import "OFObject.h"

@class OFString;

/**
 * \brief A base class for different types of streams.
 */
@interface OFStream: OFObject
{
	char   *cache;
	size_t cache_len;
}