2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-22 09:57:52 +00:00
tdlib-purple/tdlib-purple.h

14 lines
267 B
C
Raw Permalink Normal View History

2020-05-06 18:17:05 +02:00
#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);
2020-06-13 16:01:05 +02:00
void tgprpl_set_single_thread();
2020-05-06 18:17:05 +02:00
#endif