/* Prototypes for functions defined in amiterm.c */
void endwin(void);
int initscr(void);
void refresh(void);
void putstr(char *str);
void __stdargs printw(char *fmt, ...);
int __stdargs scanw(char *fmt, ...);
int getch(void);
char *getstr(char *buf);
void clear(void);
void clrtoeol(void);
void move(int row, int col);
void backup(void);
void leaveok(void *p, int turnoff);
void attron(int what);
void standout(void);
void standend(void);
void flash(void);
void beep(void);
void crmode(void);
void nocrmode(void);
