summaryrefslogtreecommitdiff
path: root/common/vfs_types.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-10-26 18:39:15 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-10-26 18:39:15 +0100
commitc4db474055a604156e1acf162991e625fd340fa5 (patch)
tree237ebb6df66b2b06c2fb58c8b38dc0e0e1973b7a /common/vfs_types.h
parent0f7bc5aa0395856a875a3f2e7dc5bce7b5cf612f (diff)
downloadtuxcmd-modules-c4db474055a604156e1acf162991e625fd340fa5.tar.xz
Plugin interface: pass cancellation button id in ask_question callback
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)