From c4db474055a604156e1acf162991e625fd340fa5 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 26 Oct 2008 18:39:15 +0100 Subject: Plugin interface: pass cancellation button id in ask_question callback --- common/vfs_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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) -- cgit v1.2.3