From d740cce24d7e98659814297201aa232544ca1acb Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 19 Jul 2005 16:01:20 +0000 Subject: [PATCH] Header file for new -lutil (naming from freebsd) --- include/libutil.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/libutil.h diff --git a/include/libutil.h b/include/libutil.h new file mode 100644 index 000000000..8be18fb8d --- /dev/null +++ b/include/libutil.h @@ -0,0 +1,8 @@ +#ifndef _LIBUTIL_H +#define _LIBUTIL_H 1 + +#include + +int openpty(int *, int *, char *, struct termios *, struct winsize *); + +#endif -- 2.44.0