Code

Removed nested functions
[ncmpc.git] / src / screen.h
index 71489f211e8b584be8da11b80e97b381e7a92fd1..d15be3bb9876d76da3678d19c092ebc5d57be64f 100644 (file)
@@ -82,6 +82,7 @@ void screen_paint(mpdclient_t *c);
 void screen_update(mpdclient_t *c);
 void screen_idle(mpdclient_t *c);
 void screen_cmd(mpdclient_t *c, command_t cmd);
+gint screen_get_id(char *name);
 
 
 gint get_cur_mode_id();