aboutsummaryrefslogtreecommitdiff
path: root/src/ArchivePlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/ArchivePlugin.cxx')
-rw-r--r--src/ArchivePlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ArchivePlugin.cxx b/src/ArchivePlugin.cxx
index 42c90eec..55721efc 100644
--- a/src/ArchivePlugin.cxx
+++ b/src/ArchivePlugin.cxx
@@ -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);