1
1

mention conversion of code to the new linked list code

Этот коммит содержится в:
Daniel Stenberg 2009-05-25 11:29:39 +02:00
родитель 6b7c19ec26
Коммит 49192598d2

3
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.