ObjFW  Diff

Differences From Artifact [2db9ff8a81]:

To Artifact [d4ed52a4cc]:


52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#endif

/**
 * \brief Creates a new OFList.
 *
 * \return A new autoreleased OFList
 */
+ list;

/**
 * \brief Returns the first list object of the list.
 *
 * \return The first list object of the list
 */
- (of_list_object_t*)firstListObject;







|







52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#endif

/**
 * \brief Creates a new OFList.
 *
 * \return A new autoreleased OFList
 */
+ (instancetype)list;

/**
 * \brief Returns the first list object of the list.
 *
 * \return The first list object of the list
 */
- (of_list_object_t*)firstListObject;