Release coccinelle-0.2.5-rc1
[bpt/coccinelle.git] / ocaml / prepare_ocamlcocci.mli
CommitLineData
174d1640
C
1
2exception CompileFailure of string
3exception LinkFailure of string
4
5val prepare : string -> Ast_cocci.rule list -> string option (* filename *)
6val load_file : string -> unit
7val clean_file : string -> unit
8val test : unit -> unit