diff options
Diffstat (limited to 'src/archive_plugin.h')
-rw-r--r-- | src/archive_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive_plugin.h b/src/archive_plugin.h index cb6243f0c..864eb5e72 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 |