aboutsummaryrefslogtreecommitdiff
path: root/toplevel/line_oriented_parser.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/line_oriented_parser.mli')
-rw-r--r--toplevel/line_oriented_parser.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/toplevel/line_oriented_parser.mli b/toplevel/line_oriented_parser.mli
new file mode 100644
index 0000000000..866cfc3df8
--- /dev/null
+++ b/toplevel/line_oriented_parser.mli
@@ -0,0 +1,6 @@
+
+(* $Id$ *)
+
+val line_oriented_channel_to_option: string -> in_channel -> int -> char option
+
+val flush_until_end_of_stream : 'a Stream.t -> unit