
NAME
list_del_init - deletes entry from list and reinitialize it.
SYNOPSIS
void list_del_init (struct list_head * entry);
ARGUMENTS
entry the element to delete from the list.

list_del_init - deletes entry from list and reinitialize it.
void list_del_init (struct list_head * entry);
entry the element to delete from the list.
Powered by the Ubuntu Manpage Repository generator
maintained by Dustin Kirkland
© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.