Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
a4def813
Commit
a4def813
authored
Oct 22, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed storedPlaylist.c to stored_playlist.c
No CamelCase in file names.
parent
1c62e2cd
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile.am
src/Makefile.am
+2
-2
command.c
src/command.c
+1
-1
dbUtils.c
src/dbUtils.c
+1
-1
playlist.c
src/playlist.c
+1
-1
stored_playlist.c
src/stored_playlist.c
+1
-1
stored_playlist.h
src/stored_playlist.h
+2
-2
No files found.
src/Makefile.am
View file @
a4def813
...
...
@@ -96,7 +96,7 @@ mpd_headers = \
ioops.h
\
zeroconf.h
\
locate.h
\
stored
P
laylist.h
\
stored
_p
laylist.h
\
timer.h
...
...
@@ -171,7 +171,7 @@ mpd_SOURCES = \
volume.c
\
utf8.c
\
locate.c
\
stored
P
laylist.c
\
stored
_p
laylist.c
\
timer.c
if
HAVE_ID3TAG
...
...
src/command.c
View file @
a4def813
...
...
@@ -30,7 +30,7 @@
#include "buffer2array.h"
#include "log.h"
#include "utils.h"
#include "stored
P
laylist.h"
#include "stored
_p
laylist.h"
#include "sllist.h"
#include "ack.h"
#include "audio.h"
...
...
src/dbUtils.c
View file @
a4def813
...
...
@@ -28,7 +28,7 @@
#include "tag.h"
#include "strset.h"
#include "log.h"
#include "stored
P
laylist.h"
#include "stored
_p
laylist.h"
#include <glib.h>
...
...
src/playlist.c
View file @
a4def813
...
...
@@ -32,7 +32,7 @@
#include "path.h"
#include "utils.h"
#include "state_file.h"
#include "stored
P
laylist.h"
#include "stored
_p
laylist.h"
#include "ack.h"
#include "idle.h"
#include "os_compat.h"
...
...
src/stored
P
laylist.c
→
src/stored
_p
laylist.c
View file @
a4def813
...
...
@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "stored
P
laylist.h"
#include "stored
_p
laylist.h"
#include "playlist_save.h"
#include "song.h"
#include "mapper.h"
...
...
src/stored
P
laylist.h
→
src/stored
_p
laylist.h
View file @
a4def813
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment