/*
 * Funzioni di interfaccia
 *
 */

#ifndef __NCGUI_H
#define __NCGUI_H

#include <ncurses.h>

void wnd_border ( WINDOW * );
void wnd_clear ( WINDOW*, const char* );

void wnd_prompt ( WINDOW*, int, int, char*, int );

#endif // __NCGUI_H


syntax highlighted by Code2HTML, v. 0.9.1