[BACK]Return to curses.h CVS log [TXT][DIR] Up to [local] / src / include

File: [local] / src / include / curses.h (download)

Revision 1.5, Fri Jan 25 00:19:25 2019 UTC (5 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, HEAD
Changes since 1.4: +2 -2 lines

I am retiring my old email address;  replace it with my OpenBSD one.

/*	$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_ */