From: Kalle Wallin Date: Fri, 23 Apr 2004 17:05:11 +0000 (+0000) Subject: Added prototype for screen_resize(). X-Git-Tag: v0.12_alpha1~560 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4f3a3fc8fa9a55212a472f199675ee92d630ad68;p=ncmpc.git Added prototype for screen_resize(). git-svn-id: https://svn.musicpd.org/ncmpc/trunk@880 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- 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