diff options
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); |
