ArchivePlugin: scan_next() returns const string

This commit is contained in:
Max Kellermann
2013-01-29 21:11:04 +01:00
parent e66005563e
commit a42f9fd4e2
6 changed files with 18 additions and 16 deletions

View File

@@ -70,7 +70,7 @@ archive_file_scan_reset(struct archive_file *file)
file->plugin->scan_reset(file);
}
char *
const char *
archive_file_scan_next(struct archive_file *file)
{
assert(file != NULL);