coccinelle release 0.2.5
[bpt/coccinelle.git] / parsing_cocci / pretty_print_cocci.mli
index 14ca82b..e0ae1e8 100644 (file)
@@ -27,6 +27,7 @@ val unparse_to_string : Ast_cocci.rule -> string
 val expression : Ast_cocci.expression -> unit
 val ident : Ast_cocci.ident -> unit
 val ident_to_string : Ast_cocci.ident -> string
+val declaration : Ast_cocci.declaration -> unit
 val statement : string -> Ast_cocci.statement -> unit
 val statement_dots : Ast_cocci.statement Ast_cocci.dots -> unit
 val rule_elem : string -> Ast_cocci.rule_elem -> unit