Release coccinelle-0.1.2
[bpt/coccinelle.git] / parsing_c / pretty_print_c.mli
index 70091fa..c78de1a 100644 (file)
@@ -13,7 +13,8 @@ val pp_type_gen : pr_elem_func -> pr_space_func -> Ast_c.fullType -> unit
 val pp_type_with_ident_gen :
   pr_elem_func -> pr_space_func ->
   (string * Ast_c.info) option ->
-  (Ast_c.storage * Ast_c.il) option -> Ast_c.fullType -> unit
+  (Ast_c.storage * Ast_c.il) option -> Ast_c.fullType -> Ast_c.attribute list ->
+  unit
 
 
 val pp_program_gen : pr_elem_func -> pr_space_func -> Ast_c.toplevel -> unit
@@ -21,3 +22,5 @@ val pp_program_gen : pr_elem_func -> pr_space_func -> Ast_c.toplevel -> unit
 val pp_expression_simple : Ast_c.expression -> unit
 val pp_statement_simple : Ast_c.statement -> unit
 val pp_type_simple : Ast_c.fullType -> unit
+val pp_toplevel_simple : Ast_c.toplevel -> unit
+val pp_flow_simple: Control_flow_c.node -> unit