summaryrefslogtreecommitdiff
path: root/sftp-client.h
diff options
context:
space:
mode:
authordjm <djm>2002-09-11 23:54:25 +0000
committerdjm <djm>2002-09-11 23:54:25 +0000
commitd5e2ec023d77b0fce6102d2168aa2cb09a84c95a (patch)
treea804ed1de3d515000fedcd494e0de1609df0d0a7 /sftp-client.h
parent5238d9c1056e42e5554b7425185e4b97e7a82993 (diff)
downloadopenssh-d5e2ec023d77b0fce6102d2168aa2cb09a84c95a.tar.gz
- djm@cvs.openbsd.org 2002/09/11 22:41:50
[sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h] [sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c] support for short/long listings and globbing in "ls"; ok markus@
Diffstat (limited to 'sftp-client.h')
-rw-r--r--sftp-client.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sftp-client.h b/sftp-client.h
index b0617116..98e08ffa 100644
--- a/sftp-client.h
+++ b/sftp-client.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-client.h,v 1.10 2002/06/23 09:30:14 deraadt Exp $ */
+/* $OpenBSD: sftp-client.h,v 1.11 2002/09/11 22:41:50 djm Exp $ */
/*
* Copyright (c) 2001,2002 Damien Miller. All rights reserved.
@@ -48,9 +48,6 @@ u_int sftp_proto_version(struct sftp_conn *);
/* Close file referred to by 'handle' */
int do_close(struct sftp_conn *, char *, u_int);
-/* List contents of directory 'path' to stdout */
-int do_ls(struct sftp_conn *, char *);
-
/* Read contents of 'path' to NULL-terminated array 'dir' */
int do_readdir(struct sftp_conn *, char *, SFTP_DIRENT ***);