hide_panel
return ((hide_panel(panel) == OK) ? free(panel), OK : ERR);
extern int hide_panel(PANEL *);
extern int hide_panel();