ObjFW  Diff

Differences From Artifact [46ae62e754]:

To Artifact [5ab0a3a71f]:


104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
104
105
106
107
108
109
110





111
112
113
114
115
116
117







-
-
-
-
-







}

- initWithArray: (OFArray*)array
{
	return (id)[[OFMutableArray_adjacent alloc] initWithArray: array];
}

- initWithCArray: (id*)objects
{
	return (id)[[OFMutableArray_adjacent alloc] initWithCArray: objects];
}

- initWithCArray: (id*)objects
	  length: (size_t)length
{
	return (id)[[OFMutableArray_adjacent alloc] initWithCArray: objects
							    length: length];
}