X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Fguestfs.ml;h=fb83545ba5c22af4d59ecb821c3879432b78bb7d;hb=697f50aea8638fc9f5d1a250de6c1b9f4697500e;hp=7df33080be8db7ad212f79ab0f8626d841118fc9;hpb=b6adf09c4d2cc3f1d0285950c151b1fd7688ec67;p=libguestfs.git diff --git a/ocaml/guestfs.ml b/ocaml/guestfs.ml index 7df3308..fb83545 100644 --- a/ocaml/guestfs.ml +++ b/ocaml/guestfs.ml @@ -276,3 +276,7 @@ external resize2fs : t -> string -> unit = "ocaml_guestfs_resize2fs" external find : t -> string -> string array = "ocaml_guestfs_find" external e2fsck_f : t -> string -> unit = "ocaml_guestfs_e2fsck_f" external sleep : t -> int -> unit = "ocaml_guestfs_sleep" +external ntfs_3g_probe : t -> bool -> string -> int = "ocaml_guestfs_ntfs_3g_probe" +external sh : t -> string -> string = "ocaml_guestfs_sh" +external sh_lines : t -> string -> string array = "ocaml_guestfs_sh_lines" +external glob_expand : t -> string -> string array = "ocaml_guestfs_glob_expand"