diff options
Diffstat (limited to 'perl_checker.src/parser_helper.mli')
-rw-r--r-- | perl_checker.src/parser_helper.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl_checker.src/parser_helper.mli b/perl_checker.src/parser_helper.mli index 678c6f8..ec86b55 100644 --- a/perl_checker.src/parser_helper.mli +++ b/perl_checker.src/parser_helper.mli @@ -182,7 +182,7 @@ val pot_strings : (string, string list) Hashtbl.t val pot_strings_and_file : (string, string) Hashtbl.t val po_comments : string list ref val po_comment : string Types.any_spaces_pos -> unit -val check_format_a_la_printf : string -> int -> unit +val check_format_a_la_printf : string -> int -> Types.maybe_context list val generate_pot : string -> unit val call_raw : bool -> Types.fromparser * Types.fromparser list -> Types.fromparser |