winexe: Use C99 initializer for poptOption in winexe.c
[Samba.git] / source3 / modules / nfs4acl_xattr_util.h
blob2d2c6a158ba3ec3a9ac1518bab148cb372209c68
1 /*
2 * Copyright (C) Ralph Boehme 2018
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or
7 * (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, see <http://www.gnu.org/licenses/>.
19 #ifndef _NFS4ACL_XATTR_UTIL_H_
20 #define _NFS4ACL_XATTR_UTIL_H_
22 unsigned smb4acl_to_nfs4acl_flags(uint16_t smb4acl_flags);
23 uint16_t nfs4acl_to_smb4acl_flags(unsigned nfsacl41_flags);
25 #endif /* _NFS4ACL_XATTR_UTIL_H_ */