diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2002-09-11 22:41:51 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2002-09-11 22:41:51 +0000 |
commit | cb94cc7387ca3bbbd76ad311a9fb8b19b0235dd5 (patch) | |
tree | f5ee8b0d61abb8d579fef78802154f3e46d1f453 /usr.bin/ssh/sftp-client.h | |
parent | 99feb6c05dcddbc467a8b1d7cec2f94845d7b275 (diff) |
support for short/long listings and globbing in "ls"; ok markus@
Diffstat (limited to 'usr.bin/ssh/sftp-client.h')
-rw-r--r-- | usr.bin/ssh/sftp-client.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/ssh/sftp-client.h b/usr.bin/ssh/sftp-client.h index b0617116816..98e08ffa70d 100644 --- a/usr.bin/ssh/sftp-client.h +++ b/usr.bin/ssh/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 ***); |