ObjFW  Diff

Differences From Artifact [02a145515d]:

To Artifact [e7a8933e40]:


66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
 * \return The last item of the OFArray
 */
- (void*)last;

/**
 * Adds an item to the OFArray.
 *
 * \param item An arbitrary item
 */
- add: (void*)item;

/**
 * Adds items from a C array to the OFArray.
 *
 * \param nitems The number of items to add







|







66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
 * \return The last item of the OFArray
 */
- (void*)last;

/**
 * Adds an item to the OFArray.
 *
 * \param item A pointer to an arbitrary item
 */
- add: (void*)item;

/**
 * Adds items from a C array to the OFArray.
 *
 * \param nitems The number of items to add