X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Ft%2Fguestfs_005_load.ml;h=de670913e1e4b35f800e1eda0704625824b86d44;hb=0b5f08137825803b3a9d3afe05a7462a6b652144;hp=779e1c0fc864de0500136f70f2e2a818377da690;hpb=70c2ffc39677a9f5eb6b2230cb9ca2606b2fd966;p=libguestfs.git diff --git a/ocaml/t/guestfs_005_load.ml b/ocaml/t/guestfs_005_load.ml index 779e1c0..de67091 100644 --- a/ocaml/t/guestfs_005_load.ml +++ b/ocaml/t/guestfs_005_load.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml bindings - * Copyright (C) 2009 Red Hat Inc. + * Copyright (C) 2009-2010 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,7 +13,12 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *) let _ = Guestfs.create + +(* Also try the OO style. *) +let _ = + let g = new Guestfs.guestfs () in + g#get_verbose ()