Sync with the latest MakeMaker snapshot.
[p5sagit/p5-mst-13.2.git] / proto.h
diff --git a/proto.h b/proto.h
index 810965a..3a14f7f 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -1341,4 +1341,7 @@ STATIC HE*        S_hv_fetch_common(pTHX_ HV* tb, SV* key_sv, const char* key, STRLEN k
 
 PERL_CALLCONV void     Perl_hv_clear_placeholders(pTHX_ HV* hb);
 
+PERL_CALLCONV SV*      Perl_hv_scalar(pTHX_ HV* hv);
+PERL_CALLCONV SV*      Perl_magic_scalarpack(pTHX_ HV* hv, MAGIC*      mg);
+
 END_EXTERN_C