ObjFW  Diff

Differences From Artifact [17a82cf29c]:

To Artifact [498c3c68bc]:


96
97
98
99
100
101
102
103
104
105
106
107
108
109
		      after: (of_list_object_t*)listobj;

/**
 * Removes the object with the specified list object from the list.
 *
 * \param listobj The list object returned by append / prepend
 */
- remove: (of_list_object_t*)listobj;

/**
 * \return The number of items in the list.
 */
- (size_t)count;
@end







|






96
97
98
99
100
101
102
103
104
105
106
107
108
109
		      after: (of_list_object_t*)listobj;

/**
 * Removes the object with the specified list object from the list.
 *
 * \param listobj The list object returned by append / prepend
 */
- (void)remove: (of_list_object_t*)listobj;

/**
 * \return The number of items in the list.
 */
- (size_t)count;
@end