diff options
author | Kalle Wallin <kaw@linux.se> | 2004-06-09 17:17:31 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-06-09 17:17:31 +0000 |
commit | e02744ca319e76a078bf91316d0f088e3b06cc24 (patch) | |
tree | 60b94f8a15c7e6d38b4c8d4a45fe9edf87ac378f /src/command.h | |
parent | b52e7e0365fe17ccf526f7c355ce6247cf44f919 (diff) | |
download | mpd-e02744ca319e76a078bf91316d0f088e3b06cc24.tar.gz mpd-e02744ca319e76a078bf91316d0f088e3b06cc24.tar.xz mpd-e02744ca319e76a078bf91316d0f088e3b06cc24.zip |
Added the get_keyboard_command_with_timeout() function.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1419 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index 9c20acb7a..9fd6ab37b 100644 --- a/src/command.h +++ b/src/command.h @@ -74,5 +74,6 @@ command_t get_key_command_from_name(char *name); int assign_keys(command_t command, int keys[MAX_COMMAND_KEYS]); command_t get_keyboard_command(void); +command_t get_keyboard_command_with_timeout(int milliseconds); #endif |