Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 36cd52fd2940b6652581d1cb02b4f90f9704e995 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * (c) Copyright QNX Software Systems Ltd. 2002.
 * All Rights Reserved.
 *
 */
#ifndef _OPENPTY_H
#define _OPENPTY_H
int ptym_open (char *pts_name);
int ptys_open (int fdm, char * pts_name);
void set_noecho(int fd);
#endif

Back to the top