diff --git a/TODO b/TODO index 0bead67..c49289c 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,9 @@ Things TODO =========== +* Convert the linked list code used all over to use the (new) generic linked + list code. See the _libssh2_list_*() functions in src/misc.c + * Add more info to the man pages. * Decrease the number of mallocs. Everywhere.