Code

Removed popt code/dependency
[ncmpc.git] / TODO
2 Features:
3 * remote playlists 
4 * search screen
5 * id3 browser
7 Other:
8 * Add libgpm support?
10 Glib
11 * replace snprintf with g_snprintf or g_strdup_printf 
12 * replace strcat with g_strlcat or g_strconcat()
13 * replace strncpy with g_strlcpy 
14 * replace strstr with g_strrstr 
15 * ...