diff options
Diffstat (limited to 'ocaml/guestfs.ml')
-rw-r--r-- | ocaml/guestfs.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ocaml/guestfs.ml b/ocaml/guestfs.ml index 561b93c3..0fe2d821 100644 --- a/ocaml/guestfs.ml +++ b/ocaml/guestfs.ml @@ -245,3 +245,4 @@ external vg_activate_all : t -> bool -> unit = "ocaml_guestfs_vg_activate_all" external vg_activate : t -> bool -> string array -> unit = "ocaml_guestfs_vg_activate" external lvresize : t -> string -> int -> unit = "ocaml_guestfs_lvresize" external resize2fs : t -> string -> unit = "ocaml_guestfs_resize2fs" +external find : t -> string -> string array = "ocaml_guestfs_find" |