Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
libdvr
/
d08db844c99283de2d635218ff0ac21c75137bbf
/
.
/
src
/
list_file.c
blob: 97dd42f1ceb19bcd971161315fc9892f2e3bdc26 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
"list_file.h"
int
segment_list_file_store
(
const
char
*
path
,
Segment_ListInfo
*
p_info
)
{
return
0
;
}
int
segment_list_file_load
(
const
char
*
path
,
Segment_ListInfo
*
info
)
{
return
0
;
}