blob: e5a91c3c1eabfbc370fab5428c005c9b314794e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* $OpenBSD: curses.h,v 1.4 2015/11/14 23:56:49 deraadt Exp $ */
/*
* Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
* on June 17, 2003.
*/
#ifndef _CURSES_H_
#define _CURSES_H_
#include <ncurses.h>
#endif /* _CURSES_H_ */
|