telegram-purple/binlog.h

7 lines
105 B
C
Raw Normal View History

2013-11-13 04:11:25 +04:00
#ifndef __BINLOG_H__
#define __BINLOG_H__
void *alloc_log_event (int l);
void replay_log (void);
#endif