summaryrefslogtreecommitdiff
path: root/plugins/sudoers/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/parse.h')
-rw-r--r--plugins/sudoers/parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sudoers/parse.h b/plugins/sudoers/parse.h
index 36902b061..74cf0602b 100644
--- a/plugins/sudoers/parse.h
+++ b/plugins/sudoers/parse.h
@@ -374,6 +374,7 @@ extern struct sudoers_parse_tree parsed_policy;
extern bool (*sudoers_error_hook)(const char *file, int line, int column, const char *fmt, va_list args);
bool init_parser(const char *file);
bool init_parser_ext(const char *file, const char *path, bool strict, int verbose);
+bool reset_parser(void);
void free_member(struct member *m);
void free_members(struct member_list *members);
void free_cmndspec(struct cmndspec *cs, struct cmndspec_list *csl);