diff options
| author | bertot | 2004-02-13 14:27:56 +0000 |
|---|---|---|
| committer | bertot | 2004-02-13 14:27:56 +0000 |
| commit | e4834565900ccef5b0874c84657c6b4dc50947f2 (patch) | |
| tree | 9b492650718da4f49fcef906bd4b8d3f2b1e81e8 /contrib/interface/line_parser.mli | |
| parent | 8c582a877641e2c083d1bdc5a0ebbb1270230dee (diff) | |
adds a new command add_rec_path for the parser program and changes add_path
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5337 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/line_parser.mli')
| -rw-r--r-- | contrib/interface/line_parser.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/line_parser.mli b/contrib/interface/line_parser.mli index 1fcd42e6fb..b0b043c759 100644 --- a/contrib/interface/line_parser.mli +++ b/contrib/interface/line_parser.mli @@ -1,5 +1,5 @@ val parser_loop : (unit -> unit) * (int -> string -> char Stream.t -> string list -> 'a) * (char Stream.t -> 'b) * (int -> string -> unit) * (int -> string -> unit) * - (int -> string -> unit) -> in_channel -> 'c + (int -> string -> string -> unit) * (int -> string -> unit) -> in_channel -> 'c val flush_until_end_of_stream : 'a Stream.t -> unit |
