ObjFW  Diff

Differences From Artifact [b88ba4de2f]:

To Artifact [bde5592843]:


29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
	OFList		 **data;
	size_t		 size;
	size_t			    pos;
	of_dictionary_list_object_t *last;
}

- initWithData: (OFList**)data
       andSize: (size_t)size;

/**
 * \return A struct containing the next key and object
 */
- (of_iterator_pair_t)nextKeyObjectPair;

/**







|







29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
	OFList		 **data;
	size_t		 size;
	size_t			    pos;
	of_dictionary_list_object_t *last;
}

- initWithData: (OFList**)data
	  size: (size_t)size;

/**
 * \return A struct containing the next key and object
 */
- (of_iterator_pair_t)nextKeyObjectPair;

/**