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 04:07:44 +0300
committermjentsch <mtthsjntsch@gmail.com>2015-05-23 04:07:44 +0300
commite022b46ea04fe794bfd25b0863181486dc9869ec (patch)
tree462fcc0ca2e11c63e8114315c486a4dd8e228316 /tgp-utils.h
parentaec0cda21be32419f554624f51b8f1d113845eca (diff)
Determine automatic filename, in case caption is missing
Diffstat (limited to 'tgp-utils.h')
-rw-r--r--tgp-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tgp-utils.h b/tgp-utils.h
index b11ca00..c27f0d4 100644
--- a/tgp-utils.h
+++ b/tgp-utils.h
@@ -49,5 +49,6 @@ long tgp_time_n_days_ago (int days);
char *tgp_g_format_size (gint64 size);
void tgp_g_queue_free_full (GQueue *queue, GDestroyNotify free_func);
void tgp_g_list_free_full (GList *list, GDestroyNotify free_func);
+const char *tgp_mime_to_filetype (const char *mime);
#endif