Code

Updated version to 0.11.0
[ncmpc.git] / TODO
2 Features:
3 * remote playlists 
4 * search screen
5 * id3 browser
7 Glib
8 * replace snprintf with g_snprintf or g_strdup_printf 
9 * replace strcat with g_strlcat or g_strconcat()
10 * replace strncpy with g_strlcpy 
11 * replace strstr with g_strrstr 
12 * replace vsnprintf with g_vsprintf or g_strdup_vprintf(format,ap);
13 * ...