7 lines
192 B
C
7 lines
192 B
C
|
|
#ifndef _BABYPROTOCOL_RECORD_H_
|
||
|
|
#define _BABYPROTOCOL_RECORD_H_
|
||
|
|
|
||
|
|
extern int32_t client_local_record_init(uint32_t record_time_minutes);
|
||
|
|
extern int32_t client_local_record_deinit(void);
|
||
|
|
|
||
|
|
#endif
|