aboutsummaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-04-23 17:05:11 +0000
committerKalle Wallin <kaw@linux.se>2004-04-23 17:05:11 +0000
commit4f3a3fc8fa9a55212a472f199675ee92d630ad68 (patch)
treeb7b3f26ff79cfd0abdc7f7727054016dcae5bf22 /command.c
parent3bfb4ca31c50e4351adac5da7afe31771cbb0734 (diff)
downloadmpd-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/command.c b/command.c
index 2a426e347..f900f3733 100644
--- a/command.c
+++ b/command.c
@@ -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