summaryrefslogtreecommitdiffstats
path: root/ocaml/guestfs_c.h
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-11-06 10:48:37 +0000
committerRichard W.M. Jones <rjones@redhat.com>2009-11-06 10:49:32 +0000
commit79125c4dea9c69d08b522ed7c85f26dc6ee1bcb3 (patch)
treef17bff35f18aab05c5e74ebd91ca051aa575647a /ocaml/guestfs_c.h
parente1f5472395b08033c60054e8f87f3c61126c4fa4 (diff)
downloadlibguestfs-79125c4dea9c69d08b522ed7c85f26dc6ee1bcb3.tar.gz
libguestfs-79125c4dea9c69d08b522ed7c85f26dc6ee1bcb3.tar.xz
libguestfs-79125c4dea9c69d08b522ed7c85f26dc6ee1bcb3.zip
ocaml: General improvements to generated code.
Diffstat (limited to 'ocaml/guestfs_c.h')
-rw-r--r--ocaml/guestfs_c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ocaml/guestfs_c.h b/ocaml/guestfs_c.h
index b4a76617..cd1d73b1 100644
--- a/ocaml/guestfs_c.h
+++ b/ocaml/guestfs_c.h
@@ -22,6 +22,8 @@
#define Guestfs_val(v) (*((guestfs_h **)Data_custom_val(v)))
extern void ocaml_guestfs_raise_error (guestfs_h *g, const char *func)
Noreturn;
+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);