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-07-30 12:45:50 +0300
committermjentsch <mtthsjntsch@gmail.com>2015-07-30 12:45:50 +0300
commite8ceb21e647b5a29e87b0b574a9673b2457beed3 (patch)
treef81ac8552b278820cd513c5c9425a577829ed336 /tgp-utils.h
parentf810ac5b9407d895fe2b99100fc61dc03257f9b8 (diff)
Revise media message handling
This should fix many seg faults and make media handling more consistent.
Diffstat (limited to 'tgp-utils.h')
-rw-r--r--tgp-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tgp-utils.h b/tgp-utils.h
index bdaccdc..7305c13 100644
--- a/tgp-utils.h
+++ b/tgp-utils.h
@@ -42,7 +42,7 @@ int tgp_outgoing_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);
+char *tgp_format_img (int imgstore);
char *tgp_format_user_status (struct tgl_user_status *status);
int str_not_empty (const char *string);
long tgp_time_n_days_ago (int days);