summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-14 22:09:33 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-14 22:09:33 +0100
commit4fd3fefa6db8b77915bc67d4623ef3176a431004 (patch)
treecdba97582884d354aa4686efc6fc10f0f1e8663b /common
parentab2b62982be3224e921eead9c232f82c50567cd8 (diff)
downloadtuxcmd-modules-4fd3fefa6db8b77915bc67d4623ef3176a431004.tar.xz
unrar plugin: Show prompt when a volume is missingv0.6.58
Diffstat (limited to 'common')
-rw-r--r--common/vfs_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vfs_types.h b/common/vfs_types.h
index aced4d3..29b51b4 100644
--- a/common/vfs_types.h
+++ b/common/vfs_types.h
@@ -62,7 +62,7 @@ typedef int (* TVFSProgressCallback)
/* Return index of the choice selected or negative number when dialog has been cancelled */
typedef void (* TVFSAskQuestionCallback)
(const char *message,
- const char *choices[],
+ const char **choices,
int *choice,
int cancel_choice,
void *user_data);