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

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV V <vvaltman@aurum>2015-09-25 18:24:16 +0300
committerV V <vvaltman@aurum>2015-09-25 18:24:16 +0300
commitca9054502bc84f3e1eefa4c6169b7b13f3712dea (patch)
tree10e360b76bdf4c42a8f65fe0dce2f3ced945afeb /tgl-structures.h
parent418f81be448fdebb04c3809795f8c160ee13280c (diff)
tgl: try to add partial channel support
Diffstat (limited to 'tgl-structures.h')
-rw-r--r--tgl-structures.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tgl-structures.h b/tgl-structures.h
index 4e3fd9e..f5476fa 100644
--- a/tgl-structures.h
+++ b/tgl-structures.h
@@ -53,7 +53,8 @@ void tglp_peer_delete_name (struct tgl_state *TLS, tgl_peer_t *P);
void tglp_insert_encrypted_chat (struct tgl_state *TLS, tgl_peer_t *P);
void tglp_insert_user (struct tgl_state *TLS, tgl_peer_t *P);
void tglp_insert_chat (struct tgl_state *TLS, tgl_peer_t *P);
-enum tgl_typing_status tglf_fetch_typing (void);
+void tglp_insert_channel (struct tgl_state *TLS, tgl_peer_t *P);
+//enum tgl_typing_status tglf_fetch_typing_buf (void);
void tgls_messages_mark_read (struct tgl_state *TLS, struct tgl_message *M, int out, int seq);
void tgls_insert_random2local (struct tgl_state *TLS, long long random_id, int local_id);