=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sftp-client.h,v retrieving revision 1.6.2.2 retrieving revision 1.6.2.3 diff -u -r1.6.2.2 -r1.6.2.3 --- src/usr.bin/ssh/sftp-client.h 2002/06/26 18:22:36 1.6.2.2 +++ src/usr.bin/ssh/sftp-client.h 2002/10/11 14:53:07 1.6.2.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-client.h,v 1.6.2.2 2002/06/26 18:22:36 miod Exp $ */ +/* $OpenBSD: sftp-client.h,v 1.6.2.3 2002/10/11 14:53:07 miod Exp $ */ /* * Copyright (c) 2001,2002 Damien Miller. All rights reserved. @@ -47,9 +47,6 @@ /* 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 ***);