summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-02-08 19:29:07 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-02-08 19:29:07 +0000
commit690cf326c97f734cee3f458d1ac6808f74528c17 (patch)
tree7f1a01526f7cfd8056d3d693018f12de1f8eabe4 /proto.h
parent53186e96e390e4859691de94902f13ebf1e5aef0 (diff)
downloadperl-690cf326c97f734cee3f458d1ac6808f74528c17.tar.gz
Generated files form 8713 etc.
p4raw-id: //depot/perl@8716
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index e39d33e9fb..cd4bc9ae53 100644
--- a/proto.h
+++ b/proto.h
@@ -954,6 +954,8 @@ PERL_CALLCONV PTR_TBL_t* Perl_ptr_table_new(pTHX);
PERL_CALLCONV void* Perl_ptr_table_fetch(pTHX_ PTR_TBL_t *tbl, void *sv);
PERL_CALLCONV void Perl_ptr_table_store(pTHX_ PTR_TBL_t *tbl, void *oldsv, void *newsv);
PERL_CALLCONV void Perl_ptr_table_split(pTHX_ PTR_TBL_t *tbl);
+PERL_CALLCONV void Perl_ptr_table_clear(pTHX_ PTR_TBL_t *tbl);
+PERL_CALLCONV void Perl_ptr_table_free(pTHX_ PTR_TBL_t *tbl);
#endif
#if defined(HAVE_INTERP_INTERN)
PERL_CALLCONV void Perl_sys_intern_clear(pTHX);