summaryrefslogtreecommitdiff
path: root/minix/include/libutil.h
blob: 8be18fb8dc4cfc9a8b7210b3074dd42c4439888b (plain)
1
2
3
4
5
6
7
8
#ifndef _LIBUTIL_H
#define _LIBUTIL_H 1

#include <termios.h>

int openpty(int *, int *, char *, struct termios *, struct winsize *);

#endif