summaryrefslogtreecommitdiffstats
path: root/ocaml/guestfs_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'ocaml/guestfs_c.h')
-rw-r--r--ocaml/guestfs_c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/guestfs_c.h b/ocaml/guestfs_c.h
index 4fb81881..b4a76617 100644
--- a/ocaml/guestfs_c.h
+++ b/ocaml/guestfs_c.h
@@ -22,7 +22,7 @@
#define Guestfs_val(v) (*((guestfs_h **)Data_custom_val(v)))
extern void ocaml_guestfs_raise_error (guestfs_h *g, const char *func)
Noreturn;
-extern char **ocaml_guestfs_strings_val (value sv);
+extern char **ocaml_guestfs_strings_val (guestfs_h *g, value sv);
extern void ocaml_guestfs_free_strings (char **r);
#endif /* GUESTFS_OCAML_C_H */