diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-08 19:29:07 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-08 19:29:07 +0000 |
commit | 690cf326c97f734cee3f458d1ac6808f74528c17 (patch) | |
tree | 7f1a01526f7cfd8056d3d693018f12de1f8eabe4 /proto.h | |
parent | 53186e96e390e4859691de94902f13ebf1e5aef0 (diff) | |
download | perl-690cf326c97f734cee3f458d1ac6808f74528c17.tar.gz |
Generated files form 8713 etc.
p4raw-id: //depot/perl@8716
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |