ObjFW  Diff

Differences From Artifact [5d36c42d1f]:

To Artifact [3cd365a47f]:


115
116
117
118
119
120
121
122

123
124
125
126
127
128
129


130
115
116
117
118
119
120
121

122
123
124
125
126
127


128
129
130







-
+





-
-
+
+

 * \param listobj The list object returned by append / prepend
 */
- (void)removeListObject: (of_list_object_t*)listobj;
@end

@interface OFListEnumerator: OFEnumerator
{
	of_list_object_t *first;
	OFList		 *list;
	of_list_object_t *current;
	unsigned long	 mutations;
	unsigned long	 *mutationsPtr;
}

- initWithFirstListObject: (of_list_object_t*)first
	 mutationsPointer: (unsigned long*)mutations_ptr;
-     initWithList: (OFList*)list
  mutationsPointer: (unsigned long*)mutationsPtr;
@end