Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
251 B

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