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-11-23 03:33:20 +0300
committermjentsch <mtthsjntsch@gmail.com>2015-11-23 03:33:20 +0300
commit05131d999eff2af8e892bc22219461c7e4a5f10d (patch)
tree8e5cb71d634543efc9f89e3940863781938e8ea3 /tgp-utils.h
parent9a166cbc8bd143e855248045c448ff34aa15cb04 (diff)
Remove code duplication
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 2158b50..4d7e5be 100644
--- a/tgp-utils.h
+++ b/tgp-utils.h
@@ -48,5 +48,6 @@ 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);
int tgp_startswith (const char *str, const char *with);
+void tgp_replace (char *string, char what, char with);
#endif