@@ -98,12 +98,12 @@ /** * 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; +- (void)remove: (of_list_object_t*)listobj; /** * \return The number of items in the list. */ - (size_t)count; @end