9 lines
293 B
C
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
|