Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fd7b7be1b2fd5937b26aeba315759a3fdf19df08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/*
 * (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);
#endif

Back to the top