ObjFW  Diff

Differences From Artifact [1afd404279]:

To Artifact [2aac6c3e48]:


68
69
70
71
72
73
74
75
76
77
78
79
80
81
82

/**
 * Returns a specific item of the OFDataArray.
 *
 * \param index The number of the item to return
 * \return The specified item of the OFDataArray
 */
- (void*)item: (size_t)index;

/**
 * \return The last item of the OFDataArray
 */
- (void*)last;

/**







|







68
69
70
71
72
73
74
75
76
77
78
79
80
81
82

/**
 * Returns a specific item of the OFDataArray.
 *
 * \param index The number of the item to return
 * \return The specified item of the OFDataArray
 */
- (void*)itemAtIndex: (size_t)index;

/**
 * \return The last item of the OFDataArray
 */
- (void*)last;

/**