Code

Added prototype for screen_resize().
authorKalle Wallin <kaw@linux.se>
Fri, 23 Apr 2004 17:05:11 +0000 (17:05 +0000)
committerKalle Wallin <kaw@linux.se>
Fri, 23 Apr 2004 17:05:11 +0000 (17:05 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@880 09075e82-0dd4-0310-85a5-a0d7c8717e4f

command.c

index 2a426e347ea85dbe0cf980fb6f098aa7098f9282..f900f3733b5b0c8386c1c460e07dade6d1c26f02 100644 (file)
--- 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