Index: neercs/trunk/src/neercs.h
===================================================================
--- neercs/trunk/src/neercs.h	(revision 2362)
+++ neercs/trunk/src/neercs.h	(revision 2367)
@@ -58,6 +58,4 @@
 
 long int import_term(struct screen *sc, void const *data, unsigned int size);
-void draw_thumbnails(cucul_canvas_t *cv, struct screen_list *screen_list, int pty);
-
 int set_tty_size(int fd, unsigned int w, unsigned int h);
 
@@ -77,4 +75,11 @@
 void update_windows_props_vsplit(cucul_canvas_t *cv, struct screen_list *screen_list, int pty);
 
+/* Effects and addons */
+void draw_thumbnails(cucul_canvas_t *cv, struct screen_list *screen_list, int pty);
+void draw_status(cucul_canvas_t *cv, struct screen_list *screen_list, int pty);
+void draw_help(cucul_canvas_t *cv, struct screen_list *screen_list, int pty);
+
+
+
 
 #if 0
