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)
- 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 27ed2b745..b475adde0 100644
--- a/sshconnect.h
+++ b/sshconnect.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshconnect.h,v 1.12 2001/06/26 17:27:25 markus Exp $ */ 1/* $OpenBSD: sshconnect.h,v 1.13 2001/10/08 19:05:05 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -27,7 +27,7 @@
27#define SSHCONNECT_H 27#define SSHCONNECT_H
28 28
29int 29int
30ssh_connect(const char *, struct sockaddr_storage *, u_short, int, 30ssh_connect(const char *, struct sockaddr_storage *, u_short, int, int,
31 int, struct passwd *, const char *); 31 int, struct passwd *, const char *);
32 32
33void 33void