]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sftp.h
wrap new GSSAPI code (from Simon) in #ifdef GSSAPI
[gssapi-openssh.git] / openssh / sftp.h
index 2bde8bb7ff0aa36f4362b5e28ecda49a332abcea..2ad95864b8e03492cec90a87a09f30d41d9a3048 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.h,v 1.9 2008/06/13 00:12:02 dtucker 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
 #define SSH2_FXF_TRUNC                 0x00000010
 #define SSH2_FXF_EXCL                  0x00000020
 
-/* statvfs@openssh.com f_flag flags */
-#define SSH2_FXE_STATVFS_ST_RDONLY     0x00000001
-#define SSH2_FXE_STATVFS_ST_NOSUID     0x00000002
-
 /* status messages */
 #define SSH2_FX_OK                     0
 #define SSH2_FX_EOF                    1
@@ -94,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) __attribute__((noreturn));
This page took 0.042087 seconds and 4 git commands to generate.