summaryrefslogtreecommitdiff
path: root/sshconnect.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-10-10 15:07:44 +1000
committerDamien Miller <djm@mindrot.org>2001-10-10 15:07:44 +1000
commit139d4cd9087bb3eaf751406016bc2223d7d0d7b1 (patch)
tree618f354b6eaa84a7a39d4a407f129adfb1711e7a /sshconnect.h
parent7ea6f204b67039e09c79dfb3049a88806e5d1ea3 (diff)
downloadopenssh-git-139d4cd9087bb3eaf751406016bc2223d7d0d7b1.tar.gz
- markus@cvs.openbsd.org 2001/10/09 10:12:08
[session.c] chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
Diffstat (limited to 'sshconnect.h')
-rw-r--r--sshconnect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect.h b/sshconnect.h
index 27ed2b74..b475adde 100644
--- a/sshconnect.h
+++ b/sshconnect.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.h,v 1.12 2001/06/26 17:27:25 markus Exp $ */
+/* $OpenBSD: sshconnect.h,v 1.13 2001/10/08 19:05:05 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -27,7 +27,7 @@
#define SSHCONNECT_H
int
-ssh_connect(const char *, struct sockaddr_storage *, u_short, int,
+ssh_connect(const char *, struct sockaddr_storage *, u_short, int, int,
int, struct passwd *, const char *);
void