2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-22 01:49:29 +00:00
tdlib-purple/tdlib-purple.h
2020-06-13 16:01:05 +02:00

14 lines
267 B
C

#ifndef _TDLIB_PURPLE_H
#define _TDLIB_PURPLE_H
#include "transceiver.h"
#include <purple.h>
extern "C" {
gboolean purple_init_plugin(PurplePlugin *plugin);
};
void tgprpl_set_test_backend(ITransceiverBackend *backend);
void tgprpl_set_single_thread();
#endif