Release coccinelle-0.2.5-rc2
[bpt/coccinelle.git] / ocaml / prepare_ocamlcocci.mli
index b0fd387..ff4264f 100644 (file)
@@ -2,7 +2,7 @@
 exception CompileFailure of string
 exception LinkFailure of string
 
-val prepare : string -> Ast_cocci.rule list -> string option (* filename *)
+val prepare : string -> Ast_cocci.rule list -> string option
 val load_file : string -> unit
 val clean_file : string -> unit
 val test : unit -> unit