diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-11-14 22:09:33 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-11-14 22:09:33 +0100 |
| commit | 4fd3fefa6db8b77915bc67d4623ef3176a431004 (patch) | |
| tree | cdba97582884d354aa4686efc6fc10f0f1e8663b /common | |
| parent | ab2b62982be3224e921eead9c232f82c50567cd8 (diff) | |
| download | tuxcmd-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.h | 2 |
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); |
