diff options
author | Max Kellermann <max@duempel.org> | 2008-10-22 17:21:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-22 17:21:57 +0200 |
commit | a4def81313a3be9f511f8f4cdab77ee553b7e5a3 (patch) | |
tree | de863739a0d993c447bd1edd2989e3868765033c /src/storedPlaylist.h | |
parent | 1c62e2cd627e6ea2b3a6b216e44f2de41afcce46 (diff) | |
download | mpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.tar.gz mpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.tar.xz mpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.zip |
renamed storedPlaylist.c to stored_playlist.c
No CamelCase in file names.
Diffstat (limited to '')
-rw-r--r-- | src/stored_playlist.h (renamed from src/storedPlaylist.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storedPlaylist.h b/src/stored_playlist.h index 575ca84f4..e0d204e23 100644 --- a/src/storedPlaylist.h +++ b/src/stored_playlist.h @@ -16,8 +16,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef STORED_PLAYLIST_H -#define STORED_PLAYLIST_H +#ifndef MPD_STORED_PLAYLIST_H +#define MPD_STORED_PLAYLIST_H #include "list.h" #include "playlist.h" |