Message-ID: <Pine.LNX.4.10.
10101011523560.3379-100000@mojo.covalent.net>
Provide prototypes for the XS functions.
p4raw-id: //depot/perl@8309
# print function header
print Q<<"EOF";
+#XS(XS_${Full_func_name}); /* prototype to pass -Wmissing-prototypes */
#XS(XS_${Full_func_name})
#[[
# dXSARGS;
EOF
print Q<<"EOF";
+#XS(boot_$Module_cname); /* prototype to pass -Wmissing-prototypes */
#XS(boot_$Module_cname)
EOF