ObjFW  Diff

Differences From Artifact [ec8ee2c449]:

To Artifact [46dcbcf5e6]:


58
59
60
61
62
63
64


/**
 * Removes the specified amount of object from the end of the OFDataArray.
 *
 * \param nobjects The number of objects to remove
 */
- removeNObjects: (size_t)nobjects;
@end









>
>
58
59
60
61
62
63
64
65
66
/**
 * Removes the specified amount of object from the end of the OFDataArray.
 *
 * \param nobjects The number of objects to remove
 */
- removeNObjects: (size_t)nobjects;
@end

#import "OFMutableArray.h"