X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=include%2Fatalk%2Fea.h;h=48432ef6e9aa88391ad0a6b88acafa04f60fcaad;hb=4a671e56e9e8448e8f11b1dd4654780cdad0ad4f;hp=4d47a0d3f69d07d4987e5990f5793cc1caa78c65;hpb=53a5d5f258d34c5c6ece62411ab4e1e04aa33fea;p=netatalk.git diff --git a/include/atalk/ea.h b/include/atalk/ea.h index 4d47a0d3..48432ef6 100644 --- a/include/atalk/ea.h +++ b/include/atalk/ea.h @@ -1,5 +1,5 @@ /* - $Id: ea.h,v 1.9 2009-11-18 11:14:59 didg Exp $ + $Id: ea.h,v 1.10 2009-12-10 17:40:25 franklahm Exp $ Copyright (c) 2009 Frank Lahm This program is free software; you can redistribute it and/or modify @@ -149,4 +149,12 @@ extern int sys_remove_ea(VFS_FUNC_ARGS_EA_REMOVE); /* native EA VFSfile/dir cp/mv/rm */ extern int sys_ea_copyfile(VFS_FUNC_ARGS_COPYFILE); +/* dbd needs access to these */ +extern int ea_open(const struct vol * restrict vol, + const char * restrict uname, + eaflags_t eaflags, + struct ea * restrict ea); +extern int ea_close(struct ea * restrict ea); +extern char *ea_path(const struct ea * restrict ea, const char * restrict eaname, int macname); + #endif /* ATALK_EA_H */