correct the comment for _libssh2_list_add()
it adds the new node to the _end_ of the list
Этот коммит содержится в:
родитель
28b179ecf2
Коммит
46178378f2
@ -42,7 +42,7 @@
|
||||
|
||||
void _libssh2_list_init(struct list_head *head);
|
||||
|
||||
/* add a node first in the list */
|
||||
/* add a node last in the list */
|
||||
void _libssh2_list_add(struct list_head *head,
|
||||
struct list_node *entry);
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user