ObjFW  Diff

Differences From Artifact [eef3ed513f]:

To Artifact [d038bfa67f]:


83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
 * \return The number of objects in the OFArray
 */
- (size_t)count;

/**
 * \return The objects of the array as a C array
 */
- (id*)data;

/**
 * Returns a specific object of the OFDataArray.
 *
 * \param index The number of the object to return
 * \return The specified object of the OFArray
 */







|







83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
 * \return The number of objects in the OFArray
 */
- (size_t)count;

/**
 * \return The objects of the array as a C array
 */
- (id*)cArray;

/**
 * Returns a specific object of the OFDataArray.
 *
 * \param index The number of the object to return
 * \return The specified object of the OFArray
 */