1*433d6423SLionel Sambuc #ifndef _LIBUTIL_H 2*433d6423SLionel Sambuc #define _LIBUTIL_H 1 3*433d6423SLionel Sambuc 4*433d6423SLionel Sambuc #include <termios.h> 5*433d6423SLionel Sambuc 6*433d6423SLionel Sambuc int openpty(int *, int *, char *, struct termios *, struct winsize *); 7*433d6423SLionel Sambuc 8*433d6423SLionel Sambuc #endif 9