]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/openbsd-compat.h
merged OPENSSH_3_8P1_GSSAPI_20040304 to gpt-branch
[gssapi-openssh.git] / openssh / openbsd-compat / openbsd-compat.h
index ebb5fd00769a937d6392141b06b62458998c6131..8f8b3fb4a5887887c88c27997e12830efb542df5 100644 (file)
@@ -138,8 +138,9 @@ unsigned int arc4random(void);
 void arc4random_stir(void);
 #endif /* !HAVE_ARC4RANDOM */
 
-
-
+#ifndef HAVE_OPENPTY
+int openpty(int *, int *, char *, struct termios *, struct winsize *);
+#endif /* HAVE_OPENPTY */
 
 /* #include <sys/types.h> XXX needed? For size_t */
 
This page took 0.030948 seconds and 4 git commands to generate.