summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-22 18:21:28 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:00:57 -0700
commite11040622d31e730b81d6165586b3dfe4b4bf08f (patch)
treea8b485486defc128768cb8c9df7e8e4c4346d353 /proto.h
parente606678100532d04b0a202d11e1d0f8323bd1564 (diff)
downloadperl-e11040622d31e730b81d6165586b3dfe4b4bf08f.tar.gz
Document gv_init*
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 054387ab25..2e32f5f2a4 100644
--- a/proto.h
+++ b/proto.h
@@ -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);