Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / ocaml / prepare_ocamlcocci.mli
1
2 exception CompileFailure of string
3 exception LinkFailure of string
4
5 val prepare : string -> Ast_cocci.rule list -> string option
6 val load_file : string -> unit
7 val clean_file : string -> unit
8 val test : unit -> unit