aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol/Result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/Result.hxx')
-rw-r--r--src/protocol/Result.hxx17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/protocol/Result.hxx b/src/protocol/Result.hxx
index 0ac9d1e6b..d75bbe51b 100644
--- a/src/protocol/Result.hxx
+++ b/src/protocol/Result.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2014 The Music Player Daemon Project
+ * Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -21,25 +21,10 @@
#define MPD_PROTOCOL_RESULT_HXX
#include "check.h"
-#include "Compiler.h"
-#include "Ack.hxx"
-
-#include <stdarg.h>
class Client;
-extern const char *current_command;
-extern int command_list_num;
-
void
command_success(Client &client);
-void
-command_error_v(Client &client, enum ack error,
- const char *fmt, va_list args);
-
-gcc_printf(3,4)
-void
-command_error(Client &client, enum ack error, const char *fmt, ...);
-
#endif