diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-10-26 18:39:15 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-10-26 18:39:15 +0100 |
| commit | c4db474055a604156e1acf162991e625fd340fa5 (patch) | |
| tree | 237ebb6df66b2b06c2fb58c8b38dc0e0e1973b7a /common/vfs_types.h | |
| parent | 0f7bc5aa0395856a875a3f2e7dc5bce7b5cf612f (diff) | |
| download | tuxcmd-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.h | 1 |
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) |
