aboutsummaryrefslogtreecommitdiffstats
path: root/src/ArchiveLookup.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ArchiveLookup.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ArchiveLookup.hxx b/src/ArchiveLookup.hxx
index 62ebbc0c5..0c4da9c93 100644
--- a/src/ArchiveLookup.hxx
+++ b/src/ArchiveLookup.hxx
@@ -37,7 +37,9 @@
* inarchive pathname: Talco - Combat Circus/12 - A la pachenka.mp3
* and suffix: zip
*/
-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);
#endif