Release coccinelle-0.2.1
[bpt/coccinelle.git] / parsing_c / unparse_cocci.mli
index f2544b7..2fc6f56 100644 (file)
@@ -3,14 +3,14 @@ exception CantBeInPlus
 type pos = Before | After | InPlace
 
 val pp_list_list_any :
-  Ast_c.metavars_binding *
+  Ast_c.metavars_binding list *
   (* pr cocci *)
   (string -> int (*line*) -> int (*lcol*) -> int (*rcol*) -> unit) *
-    Pretty_print_c.pr_elem_func (* pr c *) *
+    (Ast_c.info -> unit) (* pr c *) *
     (unit -> unit) (* pr C space *) *
     (unit -> unit) (* pr space *) *
     (string -> unit) (* pr arity *) *
     (int (*line*) -> int (*lcol*) -> unit) (* pr barrier *) *
-    (unit -> unit) (* indent *) * (unit -> unit) (* unindent *) -> 
+    (unit -> unit) (* indent *) * (unit -> unit) (* unindent *) ->
   bool (*true if generating*) -> Ast_cocci.anything list list -> pos ->
   unit