summaryrefslogtreecommitdiffstats
path: root/sysprep/utils.mli
diff options
context:
space:
mode:
Diffstat (limited to 'sysprep/utils.mli')
-rw-r--r--sysprep/utils.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysprep/utils.mli b/sysprep/utils.mli
index 0ecb8da4..351b936b 100644
--- a/sysprep/utils.mli
+++ b/sysprep/utils.mli
@@ -52,3 +52,6 @@ val compare_command_line_args : string -> string -> int
(** Compare two command line arguments (eg. ["-a"] and ["--V"]),
ignoring leading dashes and case. Note this assumes the
strings are 7 bit ASCII. *)
+
+val read_whole_file : string -> string
+(** Read whole file into memory. *)