From 145c1d214c174e5162910b736d0baca0920aa2e0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Sep 2012 12:19:18 +0200 Subject: *Commands: remove extern"C" from C++ headers --- src/PlaylistCommands.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/PlaylistCommands.hxx') diff --git a/src/PlaylistCommands.hxx b/src/PlaylistCommands.hxx index 8f83f655..267ed5c9 100644 --- a/src/PlaylistCommands.hxx +++ b/src/PlaylistCommands.hxx @@ -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 -- cgit v1.2.3