daemon: convert to C++

This commit is contained in:
Max Kellermann
2013-08-07 09:53:33 +02:00
parent bf840700e4
commit 67e44b0f2c
4 changed files with 18 additions and 21 deletions

View File

@@ -54,9 +54,9 @@
#include "DecoderList.hxx"
#include "AudioConfig.hxx"
#include "pcm/PcmResample.hxx"
#include "Daemon.hxx"
extern "C" {
#include "daemon.h"
#include "stats.h"
}