diff options
author | Kalle Wallin <kaw@linux.se> | 2004-04-23 17:05:11 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-04-23 17:05:11 +0000 |
commit | 4f3a3fc8fa9a55212a472f199675ee92d630ad68 (patch) | |
tree | b7b3f26ff79cfd0abdc7f7727054016dcae5bf22 /command.c | |
parent | 3bfb4ca31c50e4351adac5da7afe31771cbb0734 (diff) | |
download | mpd-4f3a3fc8fa9a55212a472f199675ee92d630ad68.tar.gz mpd-4f3a3fc8fa9a55212a472f199675ee92d630ad68.tar.xz mpd-4f3a3fc8fa9a55212a472f199675ee92d630ad68.zip |
Added prototype for screen_resize().
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@880 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'command.c')
-rw-r--r-- | command.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ #define DK(x) #endif +extern void screen_resize(void); + #define BS KEY_BACKSPACE #define DEL KEY_DC #define UP KEY_UP |