]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/ea.h
Merge remote-tracking branch 'origin/develop' into spotlight
[netatalk.git] / include / atalk / ea.h
index f26e32b288f0171058159a9979f5474465175039..228970373a54567e6e35eec6935034938c5dffaf 100644 (file)
@@ -94,6 +94,7 @@ int sys_setxattr (const char *path, const char *name, const void *value, size_t
 int sys_lsetxattr (const char *path, const char *name, const void *value, size_t size, int flags);
 int sys_fsetxattr (int filedes, const char *name, const void *value, size_t size, int flags);
 int sys_copyxattr (const char *src, const char *dst);
+int sys_getxattrfd(int fd, const char *uname, int oflag, ...);
 
 /****************************************************************************************
  * Stuff for our implementation of storing EAs in files in .AppleDouble dirs