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
98dbc959
Commit
98dbc959
authored
Sep 25, 2012
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename CommandError.h to CommandError.hxx
parent
145c1d21
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
14 deletions
+9
-14
Makefile.am
Makefile.am
+1
-1
AllCommands.cxx
src/AllCommands.cxx
+0
-1
CommandError.cxx
src/CommandError.cxx
+1
-1
CommandError.hxx
src/CommandError.hxx
+2
-6
DatabaseCommands.cxx
src/DatabaseCommands.cxx
+1
-1
OtherCommands.cxx
src/OtherCommands.cxx
+1
-1
PlayerCommands.cxx
src/PlayerCommands.cxx
+1
-1
PlaylistCommands.cxx
src/PlaylistCommands.cxx
+1
-1
QueueCommands.cxx
src/QueueCommands.cxx
+1
-1
No files found.
Makefile.am
View file @
98dbc959
...
...
@@ -234,7 +234,7 @@ src_mpd_SOURCES = \
src/audio_parser.c
\
src/protocol/argparser.c src/protocol/argparser.h
\
src/protocol/result.c src/protocol/result.h
\
src/CommandError.cxx src/CommandError.h
\
src/CommandError.cxx src/CommandError.h
xx
\
src/AllCommands.cxx
\
src/QueueCommands.cxx src/QueueCommands.hxx
\
src/PlayerCommands.cxx src/PlayerCommands.hxx
\
...
...
src/AllCommands.cxx
View file @
98dbc959
...
...
@@ -27,7 +27,6 @@
#include "StickerCommands.hxx"
#include "MessageCommands.hxx"
#include "OtherCommands.hxx"
#include "CommandError.h"
#include "permission.h"
#include "tag.h"
...
...
src/CommandError.cxx
View file @
98dbc959
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "CommandError.h"
#include "CommandError.h
xx
"
#include "db_error.h"
extern
"C"
{
...
...
src/CommandError.h
→
src/CommandError.h
xx
View file @
98dbc959
...
...
@@ -17,16 +17,14 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_COMMAND_ERROR_H
#define MPD_COMMAND_ERROR_H
#ifndef MPD_COMMAND_ERROR_H
XX
#define MPD_COMMAND_ERROR_H
XX
#include "command.h"
#include "playlist_error.h"
#include <glib.h>
G_BEGIN_DECLS
enum
command_return
print_playlist_result
(
struct
client
*
client
,
enum
playlist_result
result
);
...
...
@@ -36,6 +34,4 @@ print_playlist_result(struct client *client, enum playlist_result result);
enum
command_return
print_error
(
struct
client
*
client
,
GError
*
error
);
G_END_DECLS
#endif
src/DatabaseCommands.cxx
View file @
98dbc959
...
...
@@ -23,7 +23,7 @@
#include "DatabasePlaylist.hxx"
#include "DatabasePrint.hxx"
#include "DatabaseSelection.hxx"
#include "CommandError.h"
#include "CommandError.h
xx
"
#include "client_internal.h"
#include "tag.h"
#include "uri.h"
...
...
src/OtherCommands.cxx
View file @
98dbc959
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "OtherCommands.hxx"
#include "DatabaseCommands.hxx"
#include "CommandError.h"
#include "CommandError.h
xx
"
#include "directory.h"
#include "song.h"
...
...
src/PlayerCommands.cxx
View file @
98dbc959
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "PlayerCommands.hxx"
#include "CommandError.h"
#include "CommandError.h
xx
"
#include "PlaylistPrint.hxx"
extern
"C"
{
...
...
src/PlaylistCommands.cxx
View file @
98dbc959
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "PlaylistCommands.hxx"
#include "DatabasePlaylist.hxx"
#include "CommandError.h"
#include "CommandError.h
xx
"
#include "PlaylistPrint.hxx"
extern
"C"
{
...
...
src/QueueCommands.cxx
View file @
98dbc959
...
...
@@ -19,7 +19,7 @@
#include "config.h"
#include "QueueCommands.hxx"
#include "CommandError.h"
#include "CommandError.h
xx
"
#include "DatabaseQueue.hxx"
#include "SongFilter.hxx"
#include "PlaylistPrint.hxx"
...
...
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