code cleanups

This commit is contained in:
Martin Willi
2006-07-12 11:13:48 +00:00
parent c361cc8c51
commit 4c19900ce8
2 changed files with 43 additions and 84 deletions
+2 -2
View File
@@ -131,12 +131,12 @@ struct iterator_t {
* - to the item before, if available
* - it gets reseted, otherwise
*
* @param linked_list calling object
* @param this calling object
* @return
* - SUCCESS
* - FAILED if iterator is on an invalid position
*/
status_t (*remove) (iterator_t *iterator);
status_t (*remove) (iterator_t *this);
/**
* @brief Resets the iterator position.