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
145c1d21
Commit
145c1d21
authored
Sep 25, 2012
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*Commands: remove extern"C" from C++ headers
parent
b62a8e3e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
32 deletions
+0
-32
DatabaseCommands.hxx
src/DatabaseCommands.hxx
+0
-4
MessageCommands.hxx
src/MessageCommands.hxx
+0
-4
OtherCommands.hxx
src/OtherCommands.hxx
+0
-4
OutputCommands.hxx
src/OutputCommands.hxx
+0
-4
PlayerCommands.hxx
src/PlayerCommands.hxx
+0
-4
PlaylistCommands.hxx
src/PlaylistCommands.hxx
+0
-4
QueueCommands.hxx
src/QueueCommands.hxx
+0
-4
StickerCommands.hxx
src/StickerCommands.hxx
+0
-4
No files found.
src/DatabaseCommands.hxx
View file @
145c1d21
...
...
@@ -22,8 +22,6 @@
#include "command.h"
G_BEGIN_DECLS
enum
command_return
handle_lsinfo2
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
...
...
@@ -54,6 +52,4 @@ handle_list(struct client *client, int argc, char *argv[]);
enum
command_return
handle_listallinfo
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
G_END_DECLS
#endif
src/MessageCommands.hxx
View file @
145c1d21
...
...
@@ -22,8 +22,6 @@
#include "command.h"
G_BEGIN_DECLS
enum
command_return
handle_subscribe
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
...
...
@@ -39,6 +37,4 @@ handle_read_messages(struct client *client, int argc, char *argv[]);
enum
command_return
handle_send_message
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
G_END_DECLS
#endif
src/OtherCommands.hxx
View file @
145c1d21
...
...
@@ -22,8 +22,6 @@
#include "command.h"
G_BEGIN_DECLS
enum
command_return
handle_urlhandlers
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
...
...
@@ -66,6 +64,4 @@ handle_config(struct client *client, int argc, char *argv[]);
enum
command_return
handle_idle
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
G_END_DECLS
#endif
src/OutputCommands.hxx
View file @
145c1d21
...
...
@@ -22,8 +22,6 @@
#include "command.h"
G_BEGIN_DECLS
enum
command_return
handle_enableoutput
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
...
...
@@ -33,6 +31,4 @@ handle_disableoutput(struct client *client, int argc, char *argv[]);
enum
command_return
handle_devices
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
G_END_DECLS
#endif
src/PlayerCommands.hxx
View file @
145c1d21
...
...
@@ -22,8 +22,6 @@
#include "command.h"
G_BEGIN_DECLS
enum
command_return
handle_play
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
...
...
@@ -87,6 +85,4 @@ handle_replay_gain_mode(struct client *client, int argc, char *argv[]);
enum
command_return
handle_replay_gain_status
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
G_END_DECLS
#endif
src/PlaylistCommands.hxx
View file @
145c1d21
...
...
@@ -22,8 +22,6 @@
#include "command.h"
G_BEGIN_DECLS
enum
command_return
handle_save
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
...
...
@@ -57,6 +55,4 @@ handle_playlistadd(struct client *client, int argc, char *argv[]);
enum
command_return
handle_listplaylists
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
G_END_DECLS
#endif
src/QueueCommands.hxx
View file @
145c1d21
...
...
@@ -22,8 +22,6 @@
#include "command.h"
G_BEGIN_DECLS
enum
command_return
handle_add
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
...
...
@@ -81,6 +79,4 @@ handle_swap(struct client *client, int argc, char *argv[]);
enum
command_return
handle_swapid
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
G_END_DECLS
#endif
src/StickerCommands.hxx
View file @
145c1d21
...
...
@@ -22,11 +22,7 @@
#include "command.h"
G_BEGIN_DECLS
enum
command_return
handle_sticker
(
struct
client
*
client
,
int
argc
,
char
*
argv
[]);
G_END_DECLS
#endif
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