summaryrefslogtreecommitdiff
path: root/common/vfs_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/vfs_types.h')
-rw-r--r--common/vfs_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/vfs_types.h b/common/vfs_types.h
index aa9981b..99334f9 100644
--- a/common/vfs_types.h
+++ b/common/vfs_types.h
@@ -57,6 +57,7 @@ typedef void (* TVFSAskQuestionCallback)
(const char *message,
const char *choices[],
int *choice,
+ int cancel_choice,
void *user_data);
typedef int (* TVFSAskPasswordCallback)