sticker: convert to C++

This commit is contained in:
Max Kellermann
2013-01-02 22:25:17 +01:00
parent 8331de424a
commit 9ceb8a717a
12 changed files with 61 additions and 66 deletions

View File

@@ -63,16 +63,14 @@ extern "C" {
#include "InotifyUpdate.hxx"
#endif
extern "C" {
#ifdef ENABLE_SQLITE
#include "sticker.h"
#include "StickerDatabase.hxx"
#endif
extern "C" {
#ifdef ENABLE_ARCHIVE
#include "archive_list.h"
#endif
}
#include <glib.h>