]> andersk Git - openssh.git/blobdiff - sftp.h
- (tim) [regress/sftp-cmds.sh regress/ssh2putty.sh] Shell portability fixes
[openssh.git] / sftp.h
diff --git a/sftp.h b/sftp.h
index 675c6086e952a3ce5d2fe4e100e5bbfdbdf91cc2..0835da6ed414dab32fedebc9059334a85e293717 100644 (file)
--- a/sftp.h
+++ b/sftp.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sftp.h,v 1.4 2002/02/13 00:59:23 djm Exp $    */
+/* $OpenBSD: sftp.h,v 1.7 2008/02/08 23:24:07 djm Exp $ */
 
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
@@ -90,3 +90,8 @@
 #define SSH2_FX_CONNECTION_LOST                7
 #define SSH2_FX_OP_UNSUPPORTED         8
 #define SSH2_FX_MAX                    8
+
+struct passwd;
+
+int    sftp_server_main(int, char **, struct passwd *);
+void   sftp_server_cleanup_exit(int) __dead;
This page took 0.507555 seconds and 4 git commands to generate.