summaryrefslogtreecommitdiffstats
path: root/sftp-client.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-07-23 09:28:49 +0000
committerdes <des@FreeBSD.org>2008-07-23 09:28:49 +0000
commit58ec1452c85f52291a1bd8f7c1e9f3b150a7a880 (patch)
tree7f4db193e6aaf3390a97bd79900d7d352cafa0e6 /sftp-client.h
parent3d5211603f4c722b3f0673c377e762ce44660c7c (diff)
downloadFreeBSD-src-58ec1452c85f52291a1bd8f7c1e9f3b150a7a880.zip
FreeBSD-src-58ec1452c85f52291a1bd8f7c1e9f3b150a7a880.tar.gz
Vendor import of OpenSSH 4.9p1 for posterity's sake
Diffstat (limited to 'sftp-client.h')
-rw-r--r--sftp-client.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sftp-client.h b/sftp-client.h
index c8a41f3..fd0630e 100644
--- a/sftp-client.h
+++ b/sftp-client.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-client.h,v 1.14 2005/04/26 12:59:02 jmc Exp $ */
+/* $OpenBSD: sftp-client.h,v 1.15 2008/01/11 07:22:28 chl Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
@@ -61,9 +61,6 @@ Attrib *do_stat(struct sftp_conn *, char *, int);
/* Get file attributes of 'path' (does not follow symlinks) */
Attrib *do_lstat(struct sftp_conn *, char *, int);
-/* Get file attributes of open file 'handle' */
-Attrib *do_fstat(struct sftp_conn *, char *, u_int, int);
-
/* Set file attributes of 'path' */
int do_setstat(struct sftp_conn *, char *, Attrib *);
@@ -79,9 +76,6 @@ int do_rename(struct sftp_conn *, char *, char *);
/* Rename 'oldpath' to 'newpath' */
int do_symlink(struct sftp_conn *, char *, char *);
-/* Return target of symlink 'path' - caller must free result */
-char *do_readlink(struct sftp_conn *, char *);
-
/* XXX: add callbacks to do_download/do_upload so we can do progress meter */
/*
OpenPOWER on IntegriCloud