archive/*: convert to C++

This commit is contained in:
Max Kellermann
2013-01-24 19:18:58 +01:00
parent dc2e64c92b
commit 94fffb332b
22 changed files with 202 additions and 162 deletions

@ -26,11 +26,9 @@
#include "InputInit.hxx"
#include "IOThread.hxx"
extern "C" {
#ifdef ENABLE_ARCHIVE
#include "archive_list.h"
#include "ArchiveList.hxx"
#endif
}
#include <glib.h>