@@ -151,10 +151,15 @@ * reasons! * * \return The last object of the list or nil */ - (id)lastObject; + +/** + * \brief Removes all objects from the list. + */ +- (void)removeAllObjects; @end @interface OFListEnumerator: OFEnumerator { OFList *list;