tg/mtproto-client.h

8 lines
230 B
C
Raw Normal View History

2013-10-11 16:52:20 -04:00
#ifndef __MTPROTO_CLIENT_H__
#define __MTPROTO_CLIENT_H__
#include "net.h"
void on_start (void);
long long encrypt_send_message (struct connection *c, int *msg, int msg_ints, int useful);
void dc_authorize (struct dc *DC);
#endif