X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fpty.h;h=db63853411879851f0cb04ad562e73a7e7634aad;hp=9444e5ecb2915082397f8785518efbf3e9d07932;hb=1ab59de81e94e7802f85d314a709f8350a0e9b65;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/include/pty.h b/include/pty.h index 9444e5ec..db638534 100644 --- a/include/pty.h +++ b/include/pty.h @@ -9,9 +9,10 @@ extern "C" { #include int openpty(int *, int *, char *, const struct termios *, const struct winsize *); +int forkpty(int *, char *, const struct termios *, const struct winsize *); #ifdef __cplusplus -extern } +} #endif #endif