Header file for new -lutil (naming from freebsd)

This commit is contained in:
Ben Gras 2005-07-19 16:01:20 +00:00
parent c24f72d433
commit d740cce24d

8
include/libutil.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef _LIBUTIL_H
#define _LIBUTIL_H 1
#include <termios.h>
int openpty(int *, int *, char *, struct termios *, struct winsize *);
#endif