X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fafp.h;h=b93eb8bce4ea0dd129ee25362ee8f4268cc0f57e;hb=b82fd352a6bcb02696304173efcad7e313420a21;hp=581d759f61e1cf3cdf7fbe32b0c3636c309bdfcc;hpb=fea987bdee62c3429485e556c09e5ade8551d0e3;p=netatalk.git diff --git a/include/atalk/afp.h b/include/atalk/afp.h index 581d759f..b93eb8bc 100644 --- a/include/atalk/afp.h +++ b/include/atalk/afp.h @@ -55,7 +55,7 @@ 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 @@ -165,7 +165,7 @@ typedef enum { #define AFP_GETFLDRPARAM 34 #define AFP_SETFLDRPARAM 35 #define AFP_CHANGEPW 36 - +#define AFP_GETUSERINFO 37 #define AFP_GETSRVRMSG 38 #define AFP_CREATEID 39 #define AFP_DELETEID 40 @@ -199,9 +199,18 @@ typedef enum { /* version 3.1 */ #define AFP_ENUMERATE_EXT2 68 +#define AFP_SPOTLIGHT_PRIVATE 76 +#define AFP_SYNCDIR 78 +#define AFP_SYNCFORK 79 #define AFP_ZZZ 122 /* version 3.2 */ -#define AFP_FPSYNCDIR 78 +#define AFP_GETEXTATTR 69 +#define AFP_SETEXTATTR 70 +#define AFP_REMOVEATTR 71 +#define AFP_LISTEXTATTR 72 +#define AFP_GETACL 73 +#define AFP_SETACL 74 +#define AFP_ACCESS 75 #endif