]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/extattrs.h
Extended Attributes support via files in .AppleDouble.
[netatalk.git] / etc / afpd / extattrs.h
1 /*
2    $Id: extattrs.h,v 1.2 2009-10-02 09:32:40 franklahm Exp $
3    Copyright (c) 2009 Frank Lahm <franklahm@gmail.com>
4
5    This program is free software; you can redistribute it and/or modify
6    it under the terms of the GNU General Public License as published by
7    the Free Software Foundation; either version 2 of the License, or
8    (at your option) any later version.
9  
10    This program is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13    GNU General Public License for more details.
14  */
15
16 #ifndef AFPD_EXT_ATTRS_H 
17 #define AFPD_EXT_ATTRS_H
18
19 /* AFP funcs */
20 extern int afp_listextattr(AFPObj *obj _U_, char *ibuf, int ibuflen _U_, char *rbuf, int *rbuflen);
21 extern int afp_getextattr(AFPObj *obj _U_ , char *ibuf, int ibuflen _U_, char *rbuf, int *rbuflen);
22 extern int afp_setextattr(AFPObj *obj _U_, char *ibuf, int ibuflen _U_, char *rbuf, int *rbuflen);
23 extern int afp_remextattr(AFPObj *obj _U_, char *ibuf, int ibuflen _U_, char *rbuf, int *rbuflen);
24
25 #endif /* AFPD_EXT_ATTRS_H */