mirror of
https://github.com/ars3niy/tdlib-purple
synced 2025-08-22 01:49:29 +00:00
14 lines
267 B
C
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
|