ObjFW  Diff

Differences From Artifact [dc94d8b7a4]:

To Artifact [d8183f3c38]:


15
16
17
18
19
20
21

22

23
24
25
26
27
28
29
15
16
17
18
19
20
21
22

23
24
25
26
27
28
29
30







+
-
+







#include <sys/types.h>
#else
typedef int uid_t;
typedef int gid_t;
#endif

#import "OFStream.h"

#import "OFString.h"
@class OFString;

/**
 * The OFFile class provides functions to read, write and manipulate files.
 */
@interface OFFile: OFStream
{
	FILE *fp;