From 4f3a3fc8fa9a55212a472f199675ee92d630ad68 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Fri, 23 Apr 2004 17:05:11 +0000 Subject: [PATCH] Added prototype for screen_resize(). git-svn-id: https://svn.musicpd.org/ncmpc/trunk@880 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- command.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/command.c b/command.c index 2a426e3..f900f37 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 -- 2.30.2