Header file for new -lutil (naming from freebsd)
This commit is contained in:
parent
c24f72d433
commit
d740cce24d
1 changed files with 8 additions and 0 deletions
8
include/libutil.h
Normal file
8
include/libutil.h
Normal 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
|
Loading…
Reference in a new issue