b0fd387a0a8eaa0a6444fffb6ed0763b6f3fa36d
[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 (* filename *)
6 val load_file : string -> unit
7 val clean_file : string -> unit
8 val test : unit -> unit