summaryrefslogtreecommitdiff
path: root/daemon/sftp.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 15:07:12 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 15:07:12 +0000
commitb0c2c1244bfcb093ef732bce894d18f0c82fa6da (patch)
tree8b2d223cc234ba81fabbb847418cba3f8932a879 /daemon/sftp.h
parent9dcf235124d6924891c1cf64b59f3ebed562b080 (diff)
downloadgvfs-b0c2c1244bfcb093ef732bce894d18f0c82fa6da.tar.gz
Add some old version defines
Original git commit by Alexander Larsson <alexl@redhat.com> at 1189174320 +0200 svn path=/trunk/; revision=906
Diffstat (limited to 'daemon/sftp.h')
-rw-r--r--daemon/sftp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/sftp.h b/daemon/sftp.h
index dedbb968..a897230b 100644
--- a/daemon/sftp.h
+++ b/daemon/sftp.h
@@ -38,8 +38,10 @@
/* Valid attribute flags */
#define SSH_FILEXFER_ATTR_SIZE 0x00000001
+#define SSH_FILEXFER_ATTR_UIDGID 0x00000002 /* deprecated in recent versions */
#define SSH_FILEXFER_ATTR_PERMISSIONS 0x00000004
#define SSH_FILEXFER_ATTR_ACCESSTIME 0x00000008
+#define SSH_FILEXFER_ATTR_ACMODTIME SSH_FILEXFER_ATTR_ACCESSTIME /* Hmm? these differ in version 3 and 13? */
#define SSH_FILEXFER_ATTR_CREATETIME 0x00000010
#define SSH_FILEXFER_ATTR_MODIFYTIME 0x00000020
#define SSH_FILEXFER_ATTR_ACL 0x00000040