]> andersk Git - openssh.git/blobdiff - pty.h
- Merged more OpenBSD changes:
[openssh.git] / pty.h
diff --git a/pty.h b/pty.h
index 6d02121ea5572ed90c6c7bdb8be0a53b7498e090..25668f01ffeb8749db43bd8be982955e028ca7fb 100644 (file)
--- a/pty.h
+++ b/pty.h
@@ -24,7 +24,7 @@
  * descriptors for the pty and tty sides and the name of the tty side are
  * returned (the buffer must be able to hold at least 64 characters).
  */
-int     pty_allocate(int *ptyfd, int *ttyfd, char *ttyname);
+int     pty_allocate(int *ptyfd, int *ttyfd, char *ttyname, int ttynamelen);
 
 /*
  * Releases the tty.  Its ownership is returned to root, and permissions to
This page took 0.050607 seconds and 4 git commands to generate.