X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fatalk%2Fadouble.h;h=513308851a1c62ada63482ce33ea737cae5a8dea;hb=459c52bda97fb829cb72d5b371f5337356819dfb;hp=4539bed828672fc5c6ca54d523ba7a378f0266f7;hpb=5737d08e3c85485df6ad56d7be7423d6309e9b94;p=netatalk.git diff --git a/include/atalk/adouble.h b/include/atalk/adouble.h index 4539bed8..51330885 100644 --- a/include/atalk/adouble.h +++ b/include/atalk/adouble.h @@ -359,6 +359,7 @@ extern int ad_rebuild_sfm_header (struct adouble *); extern int ad_copy_header (struct adouble *, struct adouble *); extern int ad_flush (struct adouble *); extern int ad_close (struct adouble *, int); +extern int fsetrsrcea(struct adouble *ad, int fd, const char *eaname, const void *value, size_t size, int flags); /* ad_lock.c */ extern int ad_testlock (struct adouble *adp, int eid, off_t off);