diff options
author | Max Kellermann <max@duempel.org> | 2012-09-25 12:10:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-25 12:20:15 +0200 |
commit | 98dbc959133272d7339496f92a7f6750919e35c6 (patch) | |
tree | 13dd3464693386e1c9bed69a2e4c9a1d63ae5f1a /src/CommandError.h | |
parent | 145c1d214c174e5162910b736d0baca0920aa2e0 (diff) | |
download | mpd-98dbc959133272d7339496f92a7f6750919e35c6.tar.gz mpd-98dbc959133272d7339496f92a7f6750919e35c6.tar.xz mpd-98dbc959133272d7339496f92a7f6750919e35c6.zip |
rename CommandError.h to CommandError.hxx
Diffstat (limited to '')
-rw-r--r-- | src/CommandError.hxx (renamed from src/CommandError.h) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/CommandError.h b/src/CommandError.hxx index f43afdb3d..a90e24427 100644 --- a/src/CommandError.h +++ b/src/CommandError.hxx @@ -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_HXX +#define MPD_COMMAND_ERROR_HXX #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 |