diff options
Diffstat (limited to 'lib/system.mli')
-rw-r--r-- | lib/system.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/system.mli b/lib/system.mli index ba5aa408..426a00df 100644 --- a/lib/system.mli +++ b/lib/system.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: system.mli 11801 2009-01-18 20:11:41Z herbelin $ i*) +(*i $Id: system.mli 13175 2010-06-22 06:28:37Z herbelin $ i*) (*s Files and load paths. Load path entries remember the original root given by the user. For efficiency, we keep the full path (field @@ -54,6 +54,8 @@ val raw_extern_intern : int -> string -> val extern_intern : ?warn:bool -> int -> string -> (string -> 'a -> unit) * (load_path -> string -> 'a) +val with_magic_number_check : ('a -> 'b) -> 'a -> 'b + (*s Sending/receiving once with external executable *) val connect : (out_channel -> unit) -> (in_channel -> 'a) -> string -> 'a |