Skip to content

Commit

Permalink
Added List_remove() to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 14, 2010
1 parent e18f6fe commit c4d99b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ListNode *List_push(List *self, ListNode *node);
ListNode *List_unshift(List *self, ListNode *node);
ListNode *List_find(List *self, void *val);
void List_remove(List *self, ListNode *node);
void List_destroy(List *self);

ListIterator *ListIterator_new(List *list, ListDirection direction);
Expand Down

0 comments on commit c4d99b6

Please sign in to comment.