io_thread: convert to C++

This commit is contained in:
Max Kellermann
2013-01-10 10:33:20 +01:00
parent 33ba288622
commit e0a97a030f
12 changed files with 40 additions and 44 deletions

View File

@@ -18,8 +18,8 @@
*/
#include "config.h"
#include "IOThread.hxx"
extern "C" {
#include "io_thread.h"
#include "decoder_list.h"
}
#include "decoder_api.h"