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

View File

@@ -30,12 +30,12 @@
#include "PlaylistVector.hxx"
#include "Mapper.hxx"
#include "ExcludeList.hxx"
#include "conf.h"
extern "C" {
#include "uri.h"
#include "path.h"
#include "playlist_list.h"
#include "conf.h"
}
#include <glib.h>