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