ocaml: Remove unused function prototype.

This commit is contained in:
Richard W.M. Jones
2013-11-25 20:07:27 +00:00
parent 1ea1646e6f
commit 45afcdb307

View File

@@ -27,6 +27,5 @@ extern void ocaml_guestfs_raise_error (guestfs_h *g, const char *func)
extern void ocaml_guestfs_raise_closed (const char *func)
Noreturn;
extern char **ocaml_guestfs_strings_val (guestfs_h *g, value sv);
extern void ocaml_guestfs_free_strings (char **r);
#endif /* GUESTFS_OCAML_C_H */