aboutsummaryrefslogtreecommitdiffstats
path: root/src/ArchiveLookup.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ArchiveLookup.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ArchiveLookup.cxx b/src/ArchiveLookup.cxx
index 8cd87f5ec..7cea655fd 100644
--- a/src/ArchiveLookup.cxx
+++ b/src/ArchiveLookup.cxx
@@ -29,7 +29,9 @@
#include <unistd.h>
#include <errno.h>
-bool archive_lookup(char *pathname, char **archive, char **inpath, char **suffix)
+bool
+archive_lookup(char *pathname, const char **archive,
+ const char **inpath, const char **suffix)
{
char *pathdupe;
int len, idx;