blob: 5311789565e377938b7ca9ad5f85e074d3c13d92 [file] [log] [blame]
Pengfei Liuc181a982020-01-07 19:27:13 +08001#ifndef _DVR_LIST_FILE_H_
2#define _DVR_LIST_FILE_H_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8typedef struct Segment_ListInfo_s {
9} Segment_ListInfo;
10
11int segment_list_file_store(const char *path, Segment_ListInfo *p_info);
12
13int segment_list_file_load(const char *path, Segment_ListInfo *info);
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif /*END _DVR_LIST_FILE_H_*/