add telegram account, fix db insert error.
[apps/native/telegram-tizen.git] / tg-engine-service / mtprotocol / tools.h
index f3c3feb..ae8ba88 100644 (file)
@@ -42,6 +42,8 @@
 struct tgl_allocator *tgl_allocator;
 double tglt_get_double_time(void);
 
+void logprintf_x(int level, const char *format, ...);
+
 int tgl_inflate(void *input, int ilen, void *output, int olen);
 //void ensure(int r);
 //void ensure_ptr(void *p);