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