X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=345c7ec6c8cd4e9a66cb137053fb8716fbb50bd5;hp=8983a16481e58f7461b64347589183bba1b07013;hb=ad8a256f54a6cb99f89bb444c8597a152a793dce;hpb=05c34c1c1479bb07b31cfbf912743a8cf014a636;ds=inline diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 8983a16..345c7ec 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -616,3 +616,6 @@ val sh : t -> string -> string val sh_lines : t -> string -> string array (** run a command via the shell returning lines *) +val glob_expand : t -> string -> string array +(** expand a wildcard path *) +