From 4fd3fefa6db8b77915bc67d4623ef3176a431004 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 14 Nov 2008 22:09:33 +0100 Subject: unrar plugin: Show prompt when a volume is missing --- common/vfs_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/vfs_types.h') 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); -- cgit v1.2.3