aboutsummaryrefslogtreecommitdiff
path: root/src/archive_plugin.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-16 16:25:02 +0100
committerMax Kellermann <max@duempel.org>2009-12-16 17:09:29 +0100
commit74156d5bed810209a777ba6ade7ef279691f3091 (patch)
treea2fc50863ad818e3c33ee0867a5cf0b988aa22c3 /src/archive_plugin.h
parentb04adde7ab6a2d69272f10d98def072e346156df (diff)
archive_plugin: pass const string to method open()
Diffstat (limited to 'src/archive_plugin.h')
-rw-r--r--src/archive_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive_plugin.h b/src/archive_plugin.h
index cb6243f0..864eb5e7 100644
--- a/src/archive_plugin.h
+++ b/src/archive_plugin.h
@@ -48,7 +48,7 @@ struct archive_plugin {
* returns pointer to handle used is all operations with this archive
* or NULL when opening fails
*/
- struct archive_file *(*open)(char * pathname);
+ struct archive_file *(*open)(const char *path_fs);
/**
* reset routine will move current read index in archive to default