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
96ab110b
Commit
96ab110b
authored
Mar 29, 2009
by
Avuton Olrich
Committed by
Max Kellermann
Mar 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
command: command_error() is not necessary for export.
parent
215cdda0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
command.c
src/command.c
+1
-1
command.h
src/command.h
+0
-3
No files found.
src/command.c
View file @
96ab110b
...
...
@@ -122,7 +122,7 @@ static void command_error_v(struct client *client, enum ack error,
current_command
=
NULL
;
}
G_GNUC_PRINTF
(
3
,
4
)
void
command_error
(
struct
client
*
client
,
enum
ack
error
,
G_GNUC_PRINTF
(
3
,
4
)
static
void
command_error
(
struct
client
*
client
,
enum
ack
error
,
const
char
*
fmt
,
...)
{
va_list
args
;
...
...
src/command.h
View file @
96ab110b
...
...
@@ -47,7 +47,4 @@ command_process(struct client *client, char *commandString);
void
command_success
(
struct
client
*
client
);
G_GNUC_PRINTF
(
3
,
4
)
void
command_error
(
struct
client
*
client
,
enum
ack
error
,
const
char
*
fmt
,
...);
#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