telegram-purple/telegram-base.h
2014-11-11 20:21:14 +03:00

9 lines
293 B
C

#ifndef __TELEGRAM_BASE_H__
#define __TELEGRAM_BASE_H__
void read_state_file (struct tgl_state *TLS);
void read_auth_file (struct tgl_state *TLS);
void write_auth_file (struct tgl_state *TLS);
void write_state_file (struct tgl_state *TLS);
void telegram_login (struct tgl_state *TLS);
#endif