]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/afp.h
Initial checkin of ACLs patch
[netatalk.git] / include / atalk / afp.h
index 02abaa3c90085ab1c9abf8093275cae645a717b8..c7e8a556a06df77fb01735aca90e370f05190db9 100644 (file)
@@ -55,10 +55,11 @@ typedef u_int16_t AFPUserBytes;
 #define AFPSRVRINFO_SRVRDIR      (1<<8)  /* supports directories service */ 
 
 #define AFPSRVRINFO_SRVUTF8      (1<<9)  /* supports UTF8 names AFP 3.1 */ 
-
+#define AFPSRVRINFO_UUID         (1<<10) /* supports UUIDs */
 #define AFPSRVRINFO_FASTBOZO    (1<<15) /* fast copying */
 
 #define AFP_OK         0
+#define AFPERR_DID1     -4000   /* not an afp error DID is 1*/
 #define AFPERR_ACCESS  -5000   /* permission denied */
 #define AFPERR_AUTHCONT        -5001   /* logincont */
 #define AFPERR_BADUAM  -5002   /* uam doesn't exist */
@@ -198,5 +199,9 @@ typedef enum {
 
 /* version 3.1 */
 #define AFP_ENUMERATE_EXT2      68
+#define AFP_ZZZ                 122
+
+/* version 3.2 */
+#define AFP_FPSYNCDIR          78
 
 #endif