From: Ben Gras Date: Tue, 19 Jul 2005 16:01:20 +0000 (+0000) Subject: Header file for new -lutil (naming from freebsd) X-Git-Tag: v3.1.0~591 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc.conf.html?a=commitdiff_plain;h=d740cce24d7e98659814297201aa232544ca1acb;p=minix.git Header file for new -lutil (naming from freebsd) --- 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