inspector: Generate language bindings for OCaml.
[libguestfs.git] / ocaml / guestfs_c.c
index 62d42d3..80dcf99 100644 (file)
 }while(0)
 #endif
 
+/* These prototypes are solely to quiet gcc warning.  */
+CAMLprim value ocaml_guestfs_create (void);
+CAMLprim value ocaml_guestfs_close (value gv);
+
 /* Allocate handles and deal with finalization. */
 static void
 guestfs_finalize (value gv)