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-05-23 01:18:26 +0300
committermjentsch <mtthsjntsch@gmail.com>2015-05-23 01:18:26 +0300
commitb415bbd3b44a1d336fd0705416b86dd31392290c (patch)
treef714749f1d3e4306c152a05869f2124c32797e18 /tgp-utils.h
parent6614c25cbcc41ffa03c91b4346612bef4769a94d (diff)
Update to libtgl v2
Diffstat (limited to 'tgp-utils.h')
-rw-r--r--tgp-utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tgp-utils.h b/tgp-utils.h
index 168746d..b11ca00 100644
--- a/tgp-utils.h
+++ b/tgp-utils.h
@@ -34,12 +34,12 @@ tgl_peer_t *find_peer_by_name (struct tgl_state *TLS, const char *who);
/**
* Return whether this message was created by our client in this session
*/
-int our_msg (struct tgl_state *TLS, struct tgl_message *M);
+int tgp_outgoing_msg (struct tgl_state *TLS, struct tgl_message *M);
/**
- * Return whether this message was created by the current user.
+ * Return whether this message was created by the current user
*/
-int out_msg (struct tgl_state *TLS, struct tgl_message *M);
+int tgp_our_msg (struct tgl_state *TLS, struct tgl_message *M);
const char *format_time (time_t date);
char *format_img_full (int imgstore);