]> Zhao Yanbai Git Server - minix.git/commitdiff
Header file for new -lutil (naming from freebsd)
authorBen Gras <ben@minix3.org>
Tue, 19 Jul 2005 16:01:20 +0000 (16:01 +0000)
committerBen Gras <ben@minix3.org>
Tue, 19 Jul 2005 16:01:20 +0000 (16:01 +0000)
include/libutil.h [new file with mode: 0644]

diff --git a/include/libutil.h b/include/libutil.h
new file mode 100644 (file)
index 0000000..8be18fb
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _LIBUTIL_H
+#define _LIBUTIL_H 1
+
+#include <termios.h>
+
+int openpty(int *, int *, char *, struct termios *, struct winsize *);
+
+#endif