From 9f0fb8f6a8f58ff9a760d40bccfadd010b9ddef9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Jan 2013 21:21:07 +0100 Subject: ArchivePlugin: replace scan_reset(), scan_next() with visit() Add the interface ArchiveVisitor. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f8b4b581..c3b52ebd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -398,6 +398,7 @@ libarchive_a_SOURCES = \ src/ArchiveLookup.cxx src/ArchiveLookup.hxx \ src/ArchiveList.cxx src/ArchiveList.hxx \ src/ArchivePlugin.cxx src/ArchivePlugin.hxx \ + src/ArchiveVisitor.hxx \ src/ArchiveInternal.hxx \ src/input/ArchiveInputPlugin.cxx src/input/ArchiveInputPlugin.hxx libarchive_a_CPPFLAGS = $(AM_CPPFLAGS) \ -- cgit v1.2.3