aboutsummaryrefslogtreecommitdiff
path: root/include/curses.h
blob: 8105fb797d1b8a1fc1840d66ae6b1a3fbf9eaa93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$OpenBSD: curses.h,v 1.5 2019/01/25 00:19:25 millert Exp $	*/

/*
 * Placed in the public domain by Todd C. Miller <millert@openbsd.org>
 * on June 17, 2003.
 */

#ifndef _CURSES_H_
#define _CURSES_H_

#include <ncurses.h>

#endif /* _CURSES_H_ */