=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sftp-client.h,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- src/usr.bin/ssh/sftp-client.h 2001/03/21 19:46:28 1.1.2.3 +++ src/usr.bin/ssh/sftp-client.h 2001/05/07 21:09:34 1.1.2.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-client.h,v 1.1.2.3 2001/03/21 19:46:28 jason Exp $ */ +/* $OpenBSD: sftp-client.h,v 1.1.2.4 2001/05/07 21:09:34 jason Exp $ */ /* * Copyright (c) 2001 Damien Miller. All rights reserved. @@ -34,8 +34,8 @@ Attrib a; }; -/* - * Initialiase a SSH filexfer connection. Returns -1 on error or +/* + * Initialiase a SSH filexfer connection. Returns -1 on error or * protocol version on success. */ int do_init(int fd_in, int fd_out); @@ -68,7 +68,7 @@ Attrib *do_lstat(int fd_in, int fd_out, char *path, int quiet); /* Get file attributes of open file 'handle' */ -Attrib *do_fstat(int fd_in, int fd_out, char *handle, u_int handle_len, +Attrib *do_fstat(int fd_in, int fd_out, char *handle, u_int handle_len, int quiet); /* Set file attributes of 'path' */