fix various errors in function signatures/prototypes found by nsz
[oweals/musl.git] / include / pty.h
index 9444e5ecb2915082397f8785518efbf3e9d07932..46a99f47e363831599374dfa9de3a7438262859e 100644 (file)
@@ -9,6 +9,7 @@ extern "C" {
 #include <sys/ioctl.h>
 
 int openpty(int *, int *, char *, const struct termios *, const struct winsize *);
+int forkpty(int *, char *, const struct termios *, const struct winsize *);
 
 #ifdef __cplusplus
 extern }