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

@@ -38,6 +38,10 @@
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* Notify the player thread that it has finished initialization and
* that it has read the song's meta data.
@@ -168,4 +172,8 @@ void
decoder_mixramp(struct decoder *decoder,
char *mixramp_start, char *mixramp_end);
#ifdef __cplusplus
}
#endif
#endif