summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/t_network.cpp
blob: 3bc7b1089d93e24b0c0c023d925eb49347575d61 (plain)
1
2
3
4
5
6
#include "stdafx.h"

void CTelegramProto::InitNetwork()
{
	tgl_set_net_methods(TLS, &tgl_conn_methods);
}