ObjFW  Diff

Differences From Artifact [7e670427ae]:

To Artifact [68e1c948c0]:


246
247
248
249
250
251
252
253
254
255
256
257
258
259
 * @brief Returns the next object.
 *
 * @return The next object
 */
- (void*)nextObject;

/*!
 * @brief Resets the enumerator, so the next call to nextKey returns the first
 *	  key again.
 */
- (void)reset;
@end

OF_ASSUME_NONNULL_END







|
|





246
247
248
249
250
251
252
253
254
255
256
257
258
259
 * @brief Returns the next object.
 *
 * @return The next object
 */
- (void*)nextObject;

/*!
 * @brief Resets the enumerator, so the next call to @ref nextKey returns the
 *	  first key again.
 */
- (void)reset;
@end

OF_ASSUME_NONNULL_END