From 415efe10acde60174ab3e2be38af7e793ec99550 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 20 Aug 2009 01:00:54 +0200 Subject: [PATCH] linked list code is now converted to new functions --- TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO b/TODO index 44a0ff4..11164bd 100644 --- a/TODO +++ b/TODO @@ -8,9 +8,6 @@ Things TODO * Provide a libssh2_scp_send() API for files larger than 4GB (32bit size) -* 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.