Updated deps.
[perl4caml.git] / perl.ml
diff --git a/perl.ml b/perl.ml
index 95d1629..c88ff85 100644 (file)
--- a/perl.ml
+++ b/perl.ml
@@ -1,6 +1,6 @@
 (* Interface to Perl from OCaml.
  * Copyright (C) 2003 Merjis Ltd.
- * $Id: perl.ml,v 1.14 2005-01-29 12:22:49 rich Exp $
+ * $Id: perl.ml,v 1.15 2005-04-14 13:05:12 rich Exp $
  *)
 
 type sv
@@ -61,6 +61,8 @@ let string_of_sv_t = function
   | SVt_PVGV  -> "SVt_PVGV"
   | SVt_PVMG  -> "SVt_PVMG"
 
+external reftype : sv -> sv_t = "perl4caml_reftype"
+
 external address_of_sv : sv -> Nativeint.t = "perl4caml_address_of_sv"
 external address_of_av : av -> Nativeint.t = "perl4caml_address_of_av"
 external address_of_hv : hv -> Nativeint.t = "perl4caml_address_of_hv"