blob: 46281ad655cb5fdb1d71c8472e3e952b8193d230 [file] [log] [blame] [raw]
/*
Copyright 2015-2021 Rivoreo
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
struct word_list;
#define ADJUST 0
#define ALLOW_OTHER 1
#define DENY_OTHER 2
extern int get_privileges(char ***, char ***, unsigned int *);
extern int get_all_privileges(char ***, char **, char ***, unsigned int *, const struct word_list *);
extern int set_privileges(const struct word_list *, int);