mirror of
https://github.com/samba-team/samba.git
synced 2025-03-30 06:50:24 +03:00
libcli: protect access_check.h against double inclusion
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 15 05:07:01 CET 2011 on sn-devel-104
This commit is contained in:
parent
1404a9fe72
commit
b2b41a5087
@ -20,6 +20,8 @@
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef _ACCESS_CHECK_H_
|
||||
#define _ACCESS_CHECK_H_
|
||||
|
||||
#include "librpc/gen_ndr/security.h"
|
||||
|
||||
@ -76,3 +78,4 @@ struct object_tree *get_object_tree_by_GUID(struct object_tree *root,
|
||||
/* Change the granted access per each ACE */
|
||||
void object_tree_modify_access(struct object_tree *root,
|
||||
uint32_t access_mask);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user