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;
}