ocaml/guestfs_c.c: avoid warning about missing prototypes
authorJim Meyering <meyering@redhat.com>
Thu, 27 Aug 2009 11:23:20 +0000 (13:23 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 27 Aug 2009 11:23:52 +0000 (13:23 +0200)
* ocaml/guestfs_c.c (ocaml_guestfs_create, ocaml_guestfs_close): Declare.

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)