diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-22 18:21:28 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:00:57 -0700 |
commit | e11040622d31e730b81d6165586b3dfe4b4bf08f (patch) | |
tree | a8b485486defc128768cb8c9df7e8e4c4346d353 /proto.h | |
parent | e606678100532d04b0a202d11e1d0f8323bd1564 (diff) | |
download | perl-e11040622d31e730b81d6165586b3dfe4b4bf08f.tar.gz |
Document gv_init*
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1256,6 +1256,10 @@ PERL_CALLCONV void Perl_gv_fullname4(pTHX_ SV* sv, const GV* gv, const char* pre PERL_CALLCONV CV* Perl_gv_handler(pTHX_ HV* stash, I32 id) __attribute__warn_unused_result__; +/* PERL_CALLCONV void gv_init(pTHX_ GV* gv, HV* stash, const char* name, STRLEN len, int multi) + __attribute__nonnull__(pTHX_1) + __attribute__nonnull__(pTHX_3); */ + PERL_CALLCONV void Perl_gv_init_pv(pTHX_ GV* gv, HV* stash, const char* name, int multi, U32 flags) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_3); |