7 lines
105 B
C
7 lines
105 B
C
![]() |
#ifndef __BINLOG_H__
|
||
|
#define __BINLOG_H__
|
||
|
|
||
|
void *alloc_log_event (int l);
|
||
|
void replay_log (void);
|
||
|
#endif
|