From 8b19bb7c0ea614ad11ae0c22c3f6c4abf12756ca Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 3 Nov 2004 16:53:43 +0000 Subject: [PATCH] todo update git-svn-id: https://svn.musicpd.org/mpd/trunk@2496 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- TODO | 4 ++++ src/inputStream.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index a48bbe3bb..9365aa234 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,10 @@ *) abstract out saved playlists from playlist.c *) command for displaying playlist contents *) command for appending to playlist + *) new commands + *) clear /* synonym for rm */ + *) add + *) playlist /* displays saved playlist */ *) state *) abstract out state code from playlist.c diff --git a/src/inputStream.h b/src/inputStream.h index 21d593bcf..0355d7124 100644 --- a/src/inputStream.h +++ b/src/inputStream.h @@ -68,4 +68,3 @@ size_t readFromInputStream(InputStream * inStream, void * ptr, size_t size, size_t nmemb); #endif -/* vim:set shiftwidth=4 tabstop=8 expandtab: */