]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sftp-client.h
Import of OpenSSH 4.0p1
[gssapi-openssh.git] / openssh / sftp-client.h
index a0e8e44b3c29f1176183d5287f11249a8efc2817..991e05d332405d35ccc02bdc83b2cae35d5596bb 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-client.h,v 1.12 2004/02/17 05:39:51 djm Exp $ */
+/* $OpenBSD: sftp-client.h,v 1.13 2004/11/29 07:41:24 djm Exp $ */
 
 /*
  * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
@@ -30,8 +30,8 @@ struct SFTP_DIRENT {
 };
 
 /*
- * Initialiase a SSH filexfer connection. Returns -1 on error or
- * protocol version on success.
+ * Initialiase a SSH filexfer connection. Returns NULL on error or
+ * a pointer to a initialized sftp_conn struct on success.
  */
 struct sftp_conn *do_init(int, int, u_int, u_int);
 
This page took 0.039465 seconds and 4 git commands to generate.