19 #ifndef OPAL_UTIL_PTY_H
20 #define OPAL_UTIL_PTY_H
22 #include "opal_config.h"
40 #if OPAL_ENABLE_PTY_SUPPORT
42 OPAL_DECLSPEC
int opal_openpty(
int *amaster,
int *aslave,
char *name,
43 struct termios *termp,
struct winsize *winp);
47 OPAL_DECLSPEC
int opal_openpty(
int *amaster,
int *aslave,
char *name,
48 void *termp,
void *winpp);