X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fpty.h;h=46a99f47e363831599374dfa9de3a7438262859e;hb=bdd893377fe65519fae90948cd8f3c635757eaba;hp=9444e5ecb2915082397f8785518efbf3e9d07932;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/include/pty.h b/include/pty.h index 9444e5ec..46a99f47 100644 --- a/include/pty.h +++ b/include/pty.h @@ -9,6 +9,7 @@ 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 }