Generated files for file(1) command.
[libguestfs.git] / ocaml / guestfs.ml
index 58f99dc..5330794 100644 (file)
@@ -145,3 +145,4 @@ external umount : t -> string -> unit = "ocaml_guestfs_umount"
 external mounts : t -> string array = "ocaml_guestfs_mounts"
 external umount_all : t -> unit = "ocaml_guestfs_umount_all"
 external lvm_remove_all : t -> unit = "ocaml_guestfs_lvm_remove_all"
+external file : t -> string -> string = "ocaml_guestfs_file"