xref: /aosp_15_r20/external/selinux/libsepol/cil/src/cil_reset_ast.h (revision 2d543d20722ada2425b5bdab9d0d1d29470e7bba)
1 #ifndef CIL_RESET_AST_H_
2 #define CIL_RESET_AST_H_
3 
4 #include "cil_tree.h"
5 
6 int cil_reset_ast(struct cil_tree_node *current);
7 
8 #endif /* CIL_RESET_AST_H_ */
9