Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjentsch <mtthsjntsch@gmail.com>2015-08-22 14:34:53 +0300
committermjentsch <mtthsjntsch@gmail.com>2015-08-22 14:34:53 +0300
commit8af1991bc828baf759ebeed17ab48f10012dad67 (patch)
treeceb098d4af85bad1a34b5808a29d9e2b52de31b5 /tgp-ft.h
parentb5198b31842ed4b6145a58c7447e366680d2766f (diff)
Update libtgl and fix receiving file transfers of audio and video documents
Diffstat (limited to 'tgp-ft.h')
-rw-r--r--tgp-ft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tgp-ft.h b/tgp-ft.h
index ba32bcc..2db5aa7 100644
--- a/tgp-ft.h
+++ b/tgp-ft.h
@@ -28,8 +28,8 @@
PurpleXfer *tgprpl_new_xfer (PurpleConnection * gc, const char *who);
void tgprpl_send_file (PurpleConnection * gc, const char *who, const char *file);
-void tgprpl_recv_file (PurpleConnection * gc, const char *who, struct tgl_document *D);
-void tgprpl_recv_encr_file (PurpleConnection * gc, const char *who, struct tgl_encr_document *D);
+void tgprpl_recv_file (PurpleConnection * gc, const char *who, struct tgl_message *M);
+void tgprpl_recv_encr_file (PurpleConnection * gc, const char *who, struct tgl_message *M);
void tgprpl_xfer_free_all (connection_data *conn);
#endif