Use new version of libtgl

Esse commit está contido em:
vvaltman
2014-11-17 23:21:25 +03:00
commit 7f83a1246e
3 arquivos alterados com 5 adições e 1 exclusões
+1
Ver Arquivo
@@ -723,6 +723,7 @@ int loop (void) {
tgl_set_timer_methods (TLS, &tgl_libevent_timers);
assert (TLS->timer_methods);
tgl_set_download_directory (TLS, get_downloads_directory ());
tgl_register_app_id (TLS, TELEGRAM_CLI_APP_ID, TELEGRAM_CLI_APP_HASH);
tgl_init (TLS);
if (binlog_enabled) {
+3
Ver Arquivo
@@ -18,6 +18,9 @@
*/
#ifndef __LOOP_H__
#define __LOOP_H__
#define TELEGRAM_CLI_APP_HASH "36722c72256a24c1225de00eb6a1ca74"
#define TELEGRAM_CLI_APP_ID 2899
int loop (void);
void do_halt (int error);
void net_loop (int flags, int (*end)(void));
+1 -1
Submodule tgl updated: 343cf63ead...a2403df85b