Commit 8b19bb7c authored by Warren Dukes's avatar Warren Dukes

todo update

git-svn-id: https://svn.musicpd.org/mpd/trunk@2496 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 3ad0f2f2
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
*) abstract out saved playlists from playlist.c *) abstract out saved playlists from playlist.c
*) command for displaying playlist contents *) command for displaying playlist contents
*) command for appending to playlist *) command for appending to playlist
*) new commands
*) clear <playlist> /* synonym for rm */
*) add <playlist> <path>
*) playlist <playlist> /* displays saved playlist */
*) state *) state
*) abstract out state code from playlist.c *) abstract out state code from playlist.c
......
...@@ -68,4 +68,3 @@ size_t readFromInputStream(InputStream * inStream, void * ptr, size_t size, ...@@ -68,4 +68,3 @@ size_t readFromInputStream(InputStream * inStream, void * ptr, size_t size,
size_t nmemb); size_t nmemb);
#endif #endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment