]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sftp.h
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / sftp.h
index 0835da6ed414dab32fedebc9059334a85e293717..2ad95864b8e03492cec90a87a09f30d41d9a3048 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.h,v 1.7 2008/02/08 23:24:07 djm Exp $ */
+/*     $OpenBSD: sftp.h,v 1.3 2001/03/07 10:11:23 djm Exp $    */
 
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
@@ -38,7 +38,6 @@
 #define SSH2_FXP_READ                  5
 #define SSH2_FXP_WRITE                 6
 #define SSH2_FXP_LSTAT                 7
-#define SSH2_FXP_STAT_VERSION_0                7
 #define SSH2_FXP_FSTAT                 8
 #define SSH2_FXP_SETSTAT               9
 #define SSH2_FXP_FSETSTAT              10
@@ -90,8 +89,3 @@
 #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.080624 seconds and 4 git commands to generate.