Rename _flac_stat to flac_stat_s.
[platform/upstream/flac.git] / src / test_seeking / main.c
index 68935aa..3dd707e 100644 (file)
@@ -93,7 +93,7 @@ static unsigned local_rand_(void)
 
 static FLAC__off_t get_filesize_(const char *srcpath)
 {
-       struct _flac_stat srcstat;
+       struct flac_stat_s srcstat;
 
        if(0 == flac_stat(srcpath, &srcstat))
                return srcstat.st_size;