vfs_fruit: convert adouble accessor macros to functions
authorRalph Boehme <slow@samba.org>
Fri, 24 May 2019 15:50:52 +0000 (17:50 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 12 Jul 2019 21:31:29 +0000 (21:31 +0000)
commitc7bb524438afd08ed25e121ef2a8afd70777f2d4
tree6f78bfaa69232a1d42ee55c8849db8d7689f4085
parent9f6b87d3f6cc9930d75c1f8d38ad4f5a37da34ab
vfs_fruit: convert adouble accessor macros to functions

The functions will be moved to a different compilation unit in a subsequent
commit and struct adouble will become a private struct so callers can't access
it directly.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_fruit.c