extend deletion functions in LL.c, use them to make "bye" client command work
This commit is contained in:
@@ -188,7 +188,7 @@ LL_Put(list, (void *)new_thingie);
|
||||
<screen>
|
||||
my_data * thingie;
|
||||
|
||||
thingie = (my_data *)LL_DeleteNode(list);
|
||||
thingie = (my_data *)LL_DeleteNode(list, NEXT);
|
||||
free(thingie);
|
||||
|
||||
thingie->number = 666;
|
||||
|
||||
Reference in New Issue
Block a user