X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fpty.h;h=46a99f47e363831599374dfa9de3a7438262859e;hp=9444e5ecb2915082397f8785518efbf3e9d07932;hb=f492c95401b3a6fedb3973631496ee329447b25e;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 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 }