tg/binlog.h
2013-11-13 04:11:25 +04:00

7 lines
105 B
C

#ifndef __BINLOG_H__
#define __BINLOG_H__
void *alloc_log_event (int l);
void replay_log (void);
#endif