decoder_api.h, ...: add "extern C"

This commit is contained in:
Max Kellermann
2013-01-07 09:38:02 +01:00
parent c3c776bc6a
commit 975370c084
49 changed files with 94 additions and 84 deletions
+1 -1
View File
@@ -31,9 +31,9 @@ extern "C" {
#include "MusicPipe.hxx"
#include "MusicChunk.hxx"
#include "mpd_error.h"
#include "conf.h"
extern "C" {
#include "conf.h"
#include "notify.h"
}